diff options
Diffstat (limited to 'www/templates/events-modal.html')
| -rw-r--r-- | www/templates/events-modal.html | 5 |
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> |
