diff options
Diffstat (limited to 'www/templates/monitors-modal.html')
| -rw-r--r-- | www/templates/monitors-modal.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html index 2bb90dfb..f2a19a0f 100644 --- a/www/templates/monitors-modal.html +++ b/www/templates/monitors-modal.html @@ -26,16 +26,16 @@ </div> <div ng-if="animationInProgress"> - <img + <img style="width:100vw; height:100vh" - ng-src="img/pausevideo.png" ng-class="{'object-fit_cover':imageFit==false, 'object-fit_contain':imageFit==true}" + ng-src="img/pausevideo.png" class="object-fit_contain" /> </div> </div> <div ng-if="$root.authSession=='undefined'"> - <img id="img-$index" ng-src="img/pausevideo.png" style="display:block;" + <img id="img-$index" ng-src="img/pausevideo.png" style="width:100vw; height:100vh; display:block;" class="object-fit_contain" width="{{((devWidth)/(7-monitorSize[$index]))}}px;"/> </div> </div> |
