changeset 91:2de2c50a796d

no need to specify the video path on the first carousel, it's only used as a button
author souliane <souliane@mailoo.org>
date Tue, 16 Jun 2015 17:36:08 +0200
parents 5de2a3dd4e67
children 7a79cb5ed43b
files templates/sat_website/gallery.html
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/templates/sat_website/gallery.html	Tue Jun 16 17:23:15 2015 +0200
+++ b/templates/sat_website/gallery.html	Tue Jun 16 17:36:08 2015 +0200
@@ -37,7 +37,6 @@
                 <div class="col-md-4">
                     {% if entry.poster %}
                         <video index="{{ forloop.counter0 }}" class="thumbnail img-responsive" width="640" height="400" poster="{{ entry.poster }}" controls preload="none">
-                            <source src="{{ entry.paths|select_video_path }}" type='video/webm; codecs="vp8.0, vorbis"'>
                             {% blocktrans with firefox="<a href=\"http://www.mozilla.org/\">Firefox</a>" %}Your browser doesn't manage the « video » tag, you should update, e.g. with the last {{ firefox }}.{% endblocktrans %}
 	                    </video>
                     {% else %}