diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-05-15 08:18:37 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-05-15 08:18:37 +0200 |
commit | fe59aa085ad14af4d8e6bcdabb8f62bea208fabd (patch) | |
tree | 8bc7c6a14df4360dc421bc2dc18928c48a4745b7 /templates | |
parent | 2a6a17943e25ed2634f1f49db3af83202dd198c7 (diff) |
Adjust video template: Drop hints autoplay muted.
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 6b9b609..6eef60f 100644 --- a/templates/video.mdwn +++ b/templates/video.mdwn @@ -5,7 +5,7 @@ <script type="text/javascript" src="/js/app/counter.js"></script> </TMPL_IF> <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> +<video <TMPL_IF name>id="<TMPL_VAR name>"</TMPL_IF> class="embed-responsive-item" playsinline 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" /> </TMPL_UNLESS><TMPL_UNLESS nowebm><source src="//media.couchdesign.dk/<TMPL_VAR stem>.mp4" type="video/mp4" /> |