summaryrefslogtreecommitdiff
path: root/www/templates/events-modal.html
diff options
context:
space:
mode:
authorARC <arjunrc@gmail.com>2015-04-28 15:35:38 -0400
committerARC <arjunrc@gmail.com>2015-04-28 15:35:38 -0400
commit16cbcb6b764ae984ee1f5c2ec30588f4c21225d2 (patch)
tree36f892ecf4b92a46e75048a8f24eda1107a51c7a /www/templates/events-modal.html
parent1bbbb2078fe904a89455641968cb05fe3aa19a15 (diff)
Added pinch and zoom everywhere
Diffstat (limited to 'www/templates/events-modal.html')
-rw-r--r--www/templates/events-modal.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html
index f6367310..d275f0a7 100644
--- a/www/templates/events-modal.html
+++ b/www/templates/events-modal.html
@@ -14,11 +14,16 @@
<!-- replay can also be gapless -->
<div ng-if="!isSimulated()">
+ <ion-scroll has-bouncing=false min-zoom=1 zooming="true" direction="xy" style="width: 100%; ">
<img ng-src="{{loginData.url}}/cgi-bin/nph-zms?source=event&mode=jpeg&event={{eventId}}&frame=1&scale=100&rate=100&maxfps=5&replay=single&user={{loginData.username}}&pass={{loginData.password}}&connkey={{connKey}}" width="100%" />
+ </ion-scroll>
</div>
<div ng-if="isSimulated()">
+ <ion-scroll has-bouncing=false min-zoom=1 zooming="true" direction="xy" style="width: 100%; ">
<img ng-src="img/demo.gif" width="100%">
+ </ion-scroll>
+
</div>
</ion-content>