diff options
Diffstat (limited to 'www/templates/monitors-modal.html')
| -rw-r--r-- | www/templates/monitors-modal.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html index 72ed2baa..998dc6c3 100644 --- a/www/templates/monitors-modal.html +++ b/www/templates/monitors-modal.html @@ -20,11 +20,11 @@ imageonload="imageLoaded()" /> </div> <div ng-if="animationInProgress"> - <img style="width:100vw; height:100vh" ng-src="img/pausevideo.png" class="object-fit_contain" /> + <img style="width:100vw; height:100vh" ng-src="img/noimage.png" class="object-fit_contain" /> </div> </div> <div ng-if="$root.authSession=='undefined'"> - <img id="singlemonitor" ng-src="img/pausevideo.png" style="width:100vw; height:100vh; display:block;" + <img id="singlemonitor" ng-src="img/noimage.png" style="width:100vw; height:100vh; display:block;" class="object-fit_contain" width="{{((devWidth)/(7-monitorSize[$index]))}}px;" /> </div> </div> @@ -49,11 +49,11 @@ imageonload="imageLoaded()" /> </div> <div ng-if="animationInProgress || isBackground()"> - <img style="width:100vw; height:100vh" ng-src="img/pausevideo.png" class="object-fit_contain" /> + <img style="width:100vw; height:100vh" ng-src="img/noimage.png" class="object-fit_contain" /> </div> </div> <div ng-if="$root.authSession=='undefined'"> - <img id="singlemonitor" ng-src="img/pausevideo.png" style="width:100vw; height:100vh; display:block;" + <img id="singlemonitor" ng-src="img/noimage.png" style="width:100vw; height:100vh; display:block;" class="object-fit_contain" width="{{((devWidth)/(7-monitorSize[$index]))}}px;" /> </div> </div> |
