summaryrefslogtreecommitdiff
path: root/www/templates/events-modal.html
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-11-20 17:18:42 -0500
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-11-20 17:18:42 -0500
commit8454b1836c03d70c2591b2e42d5ca28be7528a96 (patch)
treeee9834bf76d4fb57c125b2706b4ece77306266d6 /www/templates/events-modal.html
parent2663d42a3a4333ae8ec19d50e4b32bdce44d17e3 (diff)
pause image fit to screen
Former-commit-id: ccc7407bdebc28185f739118e2d021ddb23dd3c2
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>