diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-02-19 11:09:04 -0500 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-02-19 11:09:04 -0500 |
| commit | 4758a3f7ec300136703e1111c1e4fa083501e057 (patch) | |
| tree | ff2100ffd5552712ffa3c18a6b83d9932331e0b6 /www/templates/monitors-modal.html | |
| parent | af74ef969c3cf21e78ee2e93e2956a8812512fe9 (diff) | |
#164 - various fixes/updates
Former-commit-id: 1ce6e1c6fcfc39d592ee65f9640c3c5ec35dee98
Diffstat (limited to 'www/templates/monitors-modal.html')
| -rw-r--r-- | www/templates/monitors-modal.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html index 92330d15..39c19cd9 100644 --- a/www/templates/monitors-modal.html +++ b/www/templates/monitors-modal.html @@ -18,6 +18,8 @@ <div ng-if="!animationInProgress && !isBackground() && connKey"> <img id="singlemonitor" style="width:100vw; height:100vh" imageonload="finishedLoadingImage()" image-spinner-loader="lines" image-spinner-src="{{LoginData.streamingurl}}/nph-zms?mode={{currentStreamMode}}&monitor={{monitorId}}{{$root.authSession}}&rand={{$root.modalRand}}&connkey={{connKey}}" ng-class="{'object-fit_cover':imageFit==false, 'object-fit_contain':imageFit==true}" on-swipe-left="onSwipe(monitorId,1)" on-swipe-right="onSwipe(monitorId,-1)" /> + + </div> <div ng-if="animationInProgress || isBackground()"> |
