]> git.parisson.com Git - teleforma.git/commitdiff
upgrade video size
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 18 Jul 2014 12:20:20 +0000 (14:20 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 18 Jul 2014 12:20:20 +0000 (14:20 +0200)
teleforma/templates/teleforma/course_conference.html

index bf59026172bf155a3fa2718b038e2649a1772db4..bbdd17edc3139864465af7465618b7d72d3ec7c9 100644 (file)
@@ -51,7 +51,7 @@
 {% for livestream in livestreams %}
 {% if "webm" == livestream.stream_type %}
 <div class="video">
-<video width="640" height="360" controls autoplay preload="auto">
+<video width="864" height="480" controls autoplay preload="auto">
 <!-- Hello Chrome and Firefox (and Opera?) -->
 <source src="{{ livestream.url|get_host:host }}" type="video/webm" />
 </video>