summaryrefslogtreecommitdiff
path: root/templates/video.mdwn
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-05-15 12:34:29 +0200
committerJonas Smedegaard <dr@jones.dk>2017-05-15 12:34:29 +0200
commite48f75fbef00e3370c1d4869b5a65c4cda7c245a (patch)
treef8993f2ade31f0d360570607bbd6c3c0c50a30e4 /templates/video.mdwn
parenteee85515cb169a54d59b479c35b807c753190070 (diff)
Fix video template live-app without counter.
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 4db2676..0a95f55 100644
--- a/templates/video.mdwn
+++ b/templates/video.mdwn
@@ -6,7 +6,7 @@
</TMPL_IF>
<div class="embed-responsive embed-responsive-16by9">
<video <TMPL_IF live-app>id="<TMPL_VAR live-app>"</TMPL_IF> class="embed-responsive-item" playsinline poster="//media.couchdesign.dk/<TMPL_VAR stem>.jpg" controls>
-<TMPL_UNLESS start>
+<TMPL_UNLESS live-app>
<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" />
</TMPL_UNLESS></TMPL_UNLESS><img src="//media.couchdesign.dk/<TMPL_VAR stem>.jpg" width="<TMPL_VAR width>" height="<TMPL_VAR height>"