From accb6c6e8650baa94ed585a05461c334f6bc7553 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 19 Jun 2019 09:44:05 +0000 Subject: [PATCH] #2845 --- inc/ws/Util/html5/master/class.ws.html5.links.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) . '" '; } -- 2.39.5