summaryrefslogtreecommitdiff
path: root/www/templates/montage.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates/montage.html')
-rw-r--r--www/templates/montage.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/templates/montage.html b/www/templates/montage.html
index d69fdfa7..63f9b144 100644
--- a/www/templates/montage.html
+++ b/www/templates/montage.html
@@ -32,6 +32,7 @@
and auth token mode -->
<div ng-if="!isSimulated()">
+ <!-- FIXME: Scale is hard coded to 50 for montage to save resources. Better way? -->
<img ng-src="{{LoginData.streamingurl}}/cgi-bin/zms?mode=single&monitor={{monitor.Monitor.Id}}&maxfps={{LoginData.maxFPS}}&scale=50&user={{LoginData.username}}&pass={{LoginData.password}}&rand={{randomval}}" width="{{((devWidth-30)/(7-slider.monsize))}}px;" ng-click="openModal(monitor.Monitor.Id, monitor.Monitor.Controllable)" />
</div>