]> git.parisson.com Git - teleforma.git/commitdiff
live video: set width=100% and avoid preload
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 29 Jul 2020 08:32:23 +0000 (10:32 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 29 Jul 2020 08:32:23 +0000 (10:32 +0200)
teleforma/templates/teleforma/course_conference.html

index d8cb21fab39f82afb8d00cb886cf51a291137a1e..14bb7cfc15f3666fc8e951161ba7943c700c2e0c 100644 (file)
@@ -48,7 +48,7 @@
     {% for livestream in livestreams %}
         {% if "webm" == livestream.stream_type %}
             <div class="video">
-                <video width="864" height="480" controls preload="auto">
+                <video width="100%" height="auto" controls>
                     <source src="{{ livestream.url|get_host:host }}" type="video/webm" />
                 </video>
             </div>