From: vincent@cubedesigners.com Date: Wed, 19 Jun 2019 09:44:05 +0000 (+0000) Subject: #2845 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=accb6c6e8650baa94ed585a05461c334f6bc7553;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 c2a6bfaa2..9d43ccaf5 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)) . '" '; }