]> git.parisson.com Git - teleforma.git/commitdiff
use videojs fantasy theme for live release/2.4
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 16 Jul 2021 04:57:47 +0000 (06:57 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 16 Jul 2021 08:37:53 +0000 (10:37 +0200)
bin
teleforma/templates/teleforma/course_conference.html

diff --git a/bin b/bin
index 52d01bc8d0ec34d96ae3751fa5709a8ae05066fd..c5d2023de2f038cb865a148076a4dc4ec24efaf7 160000 (submodule)
--- a/bin
+++ b/bin
@@ -1 +1 @@
-Subproject commit 52d01bc8d0ec34d96ae3751fa5709a8ae05066fd
+Subproject commit c5d2023de2f038cb865a148076a4dc4ec24efaf7
index b22499fa2489890211ad520be4a0867d1bd7eb90..a19d865541092a67578a13075167782cce66791f 100644 (file)
         {% if "webm" == livestream.stream_type %}
             <div class="video">
                 <link href="https://vjs.zencdn.net/7.11.4/video-js.css" rel="stylesheet" />
-                <link href="https://unpkg.com/@videojs/themes@1/dist/forest/index.css" rel="stylesheet">
+                <link href="https://unpkg.com/@videojs/themes@1/dist/fantasy/index.css" rel="stylesheet">
                 <video
                     id="video"
-                    class="video-js vjs-theme-forest"
+                    class="video-js vjs-theme-fantasy"
                     controls
                     preload="auto"
                     width="100%"