diff options
author | MaZderMind | 2015-02-27 19:59:23 +0100 |
---|---|---|
committer | MaZderMind | 2015-02-27 19:59:23 +0100 |
commit | 40c0a97e7b4ec5aad5549669f1481f5b257652d0 (patch) | |
tree | cdb7584d1f6718f9dd820b8dfbf69c2eda9b9ea8 /template/assemblies/player | |
parent | ed8b20bc6cb03a8f3521b169e8778d8ede23ea26 (diff) |
Video-Player placement & fixes
Diffstat (limited to '')
-rw-r--r-- | template/assemblies/player/video.phtml | 2 |
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" |