diff --git a/pod/enrichment/static/css/videojs-slides.css b/pod/enrichment/static/css/videojs-slides.css index 64524b6ab0..47fa5cb1a7 100644 --- a/pod/enrichment/static/css/videojs-slides.css +++ b/pod/enrichment/static/css/videojs-slides.css @@ -7,6 +7,10 @@ z-index: 2; } +.vjs-wavesurfer.vjs-fluid wave.vjs-wavedisplay { + z-index:0; +} + .vjs-slides { display: block; } @@ -18,6 +22,7 @@ height: 100%; bottom: 0; padding: 0; + z-index:1; } .video-slides > li { diff --git a/pod/enrichment/templates/enrichment/video_enrichment-iframe.html b/pod/enrichment/templates/enrichment/video_enrichment-iframe.html index 6f0035888d..b3b3a690ea 100644 --- a/pod/enrichment/templates/enrichment/video_enrichment-iframe.html +++ b/pod/enrichment/templates/enrichment/video_enrichment-iframe.html @@ -19,6 +19,10 @@ {% block more_script %} {{block.super}} + + {% include 'enrichment/video_enrichment-script.html' %} {% endblock more_script %} diff --git a/pod/video/templates/videos/video-iframe.html b/pod/video/templates/videos/video-iframe.html index 31965abdc7..f1e74453c0 100644 --- a/pod/video/templates/videos/video-iframe.html +++ b/pod/video/templates/videos/video-iframe.html @@ -27,6 +27,10 @@ + {% if CSS_OVERRIDE %} + + {% endif %} +