diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-21 16:04:07 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-21 16:04:07 -0400 |
| commit | aec88217f55948fdb0da242c42ace38b93e511e9 (patch) | |
| tree | 89d40aeac849b93a54c540fb7510626eb7d5ab47 /www/templates/events-modal.html | |
| parent | 292dba10da1061784a198dd4ca6bc2ec791f78e7 (diff) | |
ios play video inline hack
Diffstat (limited to 'www/templates/events-modal.html')
| -rw-r--r-- | www/templates/events-modal.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index 0b757367..b028a8c1 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -7,10 +7,7 @@ <ion-scroll has-bouncing=false min-zoom=1 zooming="true" direction="xy" delegate-handle="imgscroll" on-swipe-left="onSwipeEvent(nextId,1)" on-swipe-right="onSwipeEvent(prevId,-1)" overflow-scroll="false"> <div id="full-screen-event" style="height: 100vh;"> - <!--<div>--> - <!-- route via ZMS --> - - Default Video: {{defaultVideo}} + <div ng-if="defaultVideo=='' || isSnapShot()"> <!--<div style="color:white">connkey:{{connKey}}</div>--> <div style="width:100vw; height:100vh;"> |
