diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-03-26 21:48:23 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-03-26 21:48:23 +0200 |
commit | 7128f6a5d4dd2a937b3fad3e34a6f6e0d38583c0 (patch) | |
tree | bea6c92bc5a5ec1dcd694bb4b538050e203da229 /templates | |
parent | 46ac337b6e118b91a25170a0f0d7cef3a823611b (diff) |
Fix Bootstrap classes for video.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/video.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/video.mdwn b/templates/video.mdwn index e2223f1..9afef3a 100644 --- a/templates/video.mdwn +++ b/templates/video.mdwn @@ -4,7 +4,7 @@ [[!meta script="/js/lib/countdown.js"]] <script type="text/javascript" src="/js/app/counter.js"></script> </TMPL_IF> -<div class="embed-responsive"> +<div class="embed-responsive embed-responsive-16by9"> <video <TMPL_IF name>id="<TMPL_VAR name>"</TMPL_IF> class="embed-responsive-item" playsinline autoplay muted poster="//media.couchdesign.dk/<TMPL_VAR stem>.jpg" controls> <TMPL_UNLESS start> <TMPL_UNLESS nomp4><source src="//media.couchdesign.dk/<TMPL_VAR stem>.webm" type="video/webm" /> |