diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-05-11 16:03:13 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-05-11 16:03:13 -0400 |
| commit | 2a65b710d007a96d4973168c076720db896dc8d4 (patch) | |
| tree | 5df9be39cd51efcf3100fcd221ce3236081711ef | |
| parent | ba0cd55bfdb89d74d32d16b34f39b21b8fdad628 (diff) | |
nit
Former-commit-id: 33d40bb9878c1d3856b93af3eb43b9dc22836165
| -rw-r--r-- | www/templates/monitors-modal.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html index 3ccd0113..3d809cfe 100644 --- a/www/templates/monitors-modal.html +++ b/www/templates/monitors-modal.html @@ -14,7 +14,8 @@ <div ng-if="!animationInProgress && !isBackground() && connKey"> - + <!--<span style="color:white">{{currentStreamMode}}</span>--> + <img id="singlemonitor" style="width:100vw; height:100vh;" image-spinner-loader="lines" image-spinner-src="{{monitor.Monitor.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)" on-double-tap="closeModal();" /> |
