aboutsummaryrefslogtreecommitdiff
path: root/template/assemblies
diff options
context:
space:
mode:
authorMaZderMind2015-02-27 19:59:23 +0100
committerMaZderMind2015-02-27 19:59:23 +0100
commit40c0a97e7b4ec5aad5549669f1481f5b257652d0 (patch)
treecdb7584d1f6718f9dd820b8dfbf69c2eda9b9ea8 /template/assemblies
parented8b20bc6cb03a8f3521b169e8778d8ede23ea26 (diff)
Video-Player placement & fixes
Diffstat (limited to 'template/assemblies')
-rw-r--r--template/assemblies/player/video.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/assemblies/player/video.phtml b/template/assemblies/player/video.phtml
index 0955492..1508aba 100644
--- a/template/assemblies/player/video.phtml
+++ b/template/assemblies/player/video.phtml
@@ -1,4 +1,4 @@
-<div style="width: 100%; height: 100%; max-width: <?=h($width)?>px; margin: 0 auto;">
+<div style="max-width: <?=h($width)?>px; max-height: <?=h($height)?>px;" class="video-wrap">
<video
autoplay="autoplay"
preload="auto"