diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-05-15 12:34:29 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-05-15 12:34:29 +0200 |
commit | e48f75fbef00e3370c1d4869b5a65c4cda7c245a (patch) | |
tree | f8993f2ade31f0d360570607bbd6c3c0c50a30e4 /templates | |
parent | eee85515cb169a54d59b479c35b807c753190070 (diff) |
Fix video template live-app without counter.
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 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>" |