summaryrefslogtreecommitdiff
path: root/www/templates/events-modal.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates/events-modal.html')
-rw-r--r--www/templates/events-modal.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html
index 0b851e78..ea0a6c4c 100644
--- a/www/templates/events-modal.html
+++ b/www/templates/events-modal.html
@@ -21,10 +21,10 @@
/>
</div>
<div ng-if="animationInProgress">
- <img imageonload="finishedLoadingImage($index)"
+ <img style="width:100vw; height:100vh" imageonload="finishedLoadingImage($index)"
image-spinner-src="img/pausevideo.png"
image-spinner-loader="lines"
- ng-class="{'object-fit_cover':imageFit==false, 'object-fit_contain':imageFit==true}" />
+ class="object-fit_contain" />
</div>