]> git.parisson.com Git - teleforma.git/commitdiff
add autoplay
authoryomguy <yomguy@parisson.com>
Thu, 19 Apr 2012 14:37:54 +0000 (16:37 +0200)
committeryomguy <yomguy@parisson.com>
Thu, 19 Apr 2012 14:37:54 +0000 (16:37 +0200)
teleforma/templates/teleforma/course_conference.html

index b6a20bd454d242f6c26b6c908090fcf24195392c..cabe3890d52b5a1cf05e799c7e29f2a1b2b7952a 100644 (file)
@@ -13,7 +13,7 @@
 
 {% if "video" in mime_type %}
 <div class="video">
-<video width="640" height="360" controls preload="auto">
+<video width="640" height="360" controls autoplay preload="auto">
 <!-- Hello Chrome and Firefox (and Opera?) -->
 <source src="{{ livestream }}" type="{{ mime_type }}" />
 </video>