From: vincent@cubedesigners.com Date: Wed, 19 Jun 2019 09:41:03 +0000 (+0000) Subject: #2845 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f9c360237356ace3242be56711fc95b1ee0f638b;p=cubeextranet.git #2845 --- 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 9d43ccaf5..c2a6bfaa2 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -863,7 +863,7 @@ class videoPopupLink extends normalLink public function getAdditionnalContent() { - $this->video_auto_start = true; // Videos should always autoplay + //$this->video_auto_start = true; // Videos should always autoplay return ' data-video="' . rawurlencode(videoLink::makeVideoTag($this, null, null, $this->compiler)) . '" '; }