summaryrefslogtreecommitdiff
path: root/www/templates/events-modal.html
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-09-06 19:10:54 -0400
committerPliable Pixels <pliablepixels@gmail.com>2020-09-06 19:10:54 -0400
commit2eab17fcadb0dd0ff604f9536bc35ebfd7d5be76 (patch)
tree8ddb1d2b5ad42a60d81a612c47e34d777b441629 /www/templates/events-modal.html
parent32b40b96839cc4cac11eab00fa9b55482cee7457 (diff)
ignore pixelratio for video playback
Diffstat (limited to 'www/templates/events-modal.html')
-rw-r--r--www/templates/events-modal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html
index d4f23bbb..36771e55 100644
--- a/www/templates/events-modal.html
+++ b/www/templates/events-modal.html
@@ -76,7 +76,7 @@
<!-- <div style="max-width:100%; max-height:100%;" on-swipe-left="onSwipeEvent(nextId,1)" on-swipe-right="onSwipeEvent(prevId,-1)" > -->
- <div on-swipe-left="onSwipeEvent(nextId,1)" on-swipe-right="onSwipeEvent(prevId,-1)" ng-style="{'height':$root.videoHeight+'px', 'width':$root.devWidth+'px'}">
+ <div on-swipe-left="onSwipeEvent(nextId,1)" on-swipe-right="onSwipeEvent(prevId,-1)" ng-style="{'height':$root.videoHeight+'px', 'width':$root.devWidthIgnorePix+'px'}">
<videogular id="testaut_events_playwindow" vg-can-play="onCanPlay()" vg-native-fullscreen="videoObject.config.nativeFullScreen"
vg-player-ready="onPlayerReady($API)"