diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-11-24 15:25:35 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-11-24 15:25:35 -0500 |
| commit | ddbdd88eb982cc29ada22d4304e0f2f6cb786658 (patch) | |
| tree | 93f16ea4131d079a6ca7fd42ec1717a27682293c /www/templates/monitors-modal.html | |
| parent | aed448120b79f19faa8f28343bcc80c819f9139c (diff) | |
image cleanup
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> |
