diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-08-18 20:40:25 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-08-18 20:40:25 -0400 |
| commit | 9f0172691266b92b5204e440c0b31188f0eeb4ac (patch) | |
| tree | 9ca2db0692d7227cd7c00b19ee2d67442e4e323d /www/templates/montage.html | |
| parent | f06a8bf3e6a7cb8d83bb8c41aa26809784bba35a (diff) | |
This is a HOLY SHIT update. I broke something, really bad in montage view. I hope I fixed it.
Diffstat (limited to 'www/templates/montage.html')
| -rw-r--r-- | www/templates/montage.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/templates/montage.html b/www/templates/montage.html index eee66555..fa95234f 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -44,7 +44,8 @@ <!-- back to ng-src. spinner was not updating when rand changes--> <!-- FIXME: Scale is 50% hardcoded --> - <img id="img-$index" image-spinner-src="{{LoginData.streamingurl}}/cgi-bin/zms?mode=single&monitor={{monitor.Monitor.Id}}&maxfps={{LoginData.maxFPS}}&scale=50&user={{LoginData.username}}&pass={{LoginData.password}}&rand={{$root.rand}}" width="{{((devWidth)/(7-monitorSize[$index]))}}px;" + <!-- moving to single so I can rely on rand for reloads --> + <img id="img-$index" image-spinner-src="{{LoginData.streamingurl}}/cgi-bin/zms?mode=jpeg&monitor={{monitor.Monitor.Id}}&maxfps={{LoginData.maxFPS}}&scale=50&user={{LoginData.username}}&pass={{LoginData.password}}&rand={{$root.rand}}" width="{{((devWidth)/(7-monitorSize[$index]))}}px;" ng-click="openModal(monitor.Monitor.Id, monitor.Monitor.Controllable, monitor.Monitor.ControlId)" on-hold="onHold($index)" on-release="onRelease($index)" |
