From: vincent@cubedesigners.com Date: Fri, 1 Oct 2021 14:45:51 +0000 (+0000) Subject: wait #4736 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=ea069c38ddf8c9ef186e11ee230bd08def36d59e;p=cubeextranet.git wait #4736 @0:05 --- diff --git a/inc/ws/Util/html5/master/class.ws.html5.compiler.php b/inc/ws/Util/html5/master/class.ws.html5.compiler.php index a43038f5c..d5af646f7 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -2836,7 +2836,7 @@ height="0" width="0" style="display:none;visibility:hidden"> $locale = $map[$locale]; } - $this->addJsLib('videojs', ['js/libs/videojs/video.js', 'js/libs/videojs/lang/' . $locale . '.js']); + $this->addJsLib('videojs', ['js/libs/videojs/video.withscalefix.js', 'js/libs/videojs/lang/' . $locale . '.js']); $this->addLess('videojs/videojs'); } diff --git a/inc/ws/Util/html5/master/class.ws.html5.links.php b/inc/ws/Util/html5/master/class.ws.html5.links.php index 2bd619392..adabd7e1c 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -1174,6 +1174,7 @@ class videoBackgroundLink extends videoLink $init['video_loop'] = true; $init['video_controls'] = false; $init['video_auto_start'] = true; + $init['video_sound_on'] = false; parent::__construct($id, $init, $compiler); } }