]> git.parisson.com Git - teleforma.git/commitdiff
use videojs fanstasy theme
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Fri, 16 Jul 2021 04:57:11 +0000 (06:57 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 16 Jul 2021 08:37:48 +0000 (10:37 +0200)
bin
teleforma/templates/teleforma/course_media.html

diff --git a/bin b/bin
index c5d2023de2f038cb865a148076a4dc4ec24efaf7..52d01bc8d0ec34d96ae3751fa5709a8ae05066fd 160000 (submodule)
--- a/bin
+++ b/bin
@@ -1 +1 @@
-Subproject commit c5d2023de2f038cb865a148076a4dc4ec24efaf7
+Subproject commit 52d01bc8d0ec34d96ae3751fa5709a8ae05066fd
index 1e6b18f39cd96dd8b7ea9481f2fae32d8ec4b715..adade608fea99e3e5f8122211b8bbaae9e6fe715 100644 (file)
@@ -90,10 +90,10 @@ $(document).ready(function(){
 {% if "video" in media.mime_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="my_video_1"
-        class="video-js vjs-theme-forest"
+        class="video-js vjs-theme-fantasy"
         controls
         preload="auto"
         width="100%"