summaryrefslogtreecommitdiff
path: root/templates/video.mdwn
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-05-15 08:18:37 +0200
committerJonas Smedegaard <dr@jones.dk>2017-05-15 08:18:37 +0200
commitfe59aa085ad14af4d8e6bcdabb8f62bea208fabd (patch)
tree8bc7c6a14df4360dc421bc2dc18928c48a4745b7 /templates/video.mdwn
parent2a6a17943e25ed2634f1f49db3af83202dd198c7 (diff)
Adjust video template: Drop hints autoplay muted.
Diffstat (limited to 'templates/video.mdwn')
-rw-r--r--templates/video.mdwn2
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" />