summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorARC <arjunrc@gmail.com>2015-04-29 10:06:35 -0400
committerARC <arjunrc@gmail.com>2015-04-29 10:06:35 -0400
commit1a57eaad4dd25afc1f59c83968bcd408300a1270 (patch)
tree73965c648343a9721b109412bd592246e0b500da /www
parentddf1b45068b02851f0c157e6bbd0af58fa59fe6e (diff)
removed pinch and zoom for montage - pinch and pan outside is not a good experience when actually using it
Diffstat (limited to 'www')
-rw-r--r--www/templates/montage.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/montage.html b/www/templates/montage.html
index bf2e5d96..1812b8cc 100644
--- a/www/templates/montage.html
+++ b/www/templates/montage.html
@@ -26,9 +26,9 @@
FIXME: I should probably not pass username and password here - instead go the http interceptor
and auth token mode -->
<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?mode=jpeg&amp;monitor={{monitor.Monitor.Id}}&maxfps=3&buffer=1000&user={{LoginData.username}}&pass={{LoginData.password}}&rand={{rand}}" width="{{((devWidth-30)/(7-slider.monsize))}}px;" />
- </ion-scroll>
+
</div>