diff options
| author | ARC <arjunrc@gmail.com> | 2015-04-28 17:11:32 -0400 |
|---|---|---|
| committer | ARC <arjunrc@gmail.com> | 2015-04-28 17:11:32 -0400 |
| commit | ddf1b45068b02851f0c157e6bbd0af58fa59fe6e (patch) | |
| tree | e9209dee0fdb119d83d8c613d0297d9b5bd15bc6 /www/templates/montage.html | |
| parent | 2b3011ff11cf2819d1418795f5f4b5a25a21bf3f (diff) | |
converted views to cache=false, I don't think there are significant performance hits. Also added triggers to see which views get unloaded/destroyed on exit - perf. tuning
Diffstat (limited to 'www/templates/montage.html')
| -rw-r--r-- | www/templates/montage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/montage.html b/www/templates/montage.html index d6414837..bf2e5d96 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -27,7 +27,7 @@ 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&monitor={{monitor.Monitor.Id}}&scale=100&maxfps=3&buffer=1000&user={{LoginData.username}}&pass={{LoginData.password}}&rand={{rand}}" width="{{((devWidth-30)/(7-slider.monsize))}}px;" /> + <img ng-src="{{LoginData.url}}/cgi-bin/nph-zms?mode=jpeg&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> |
