From f9c360237356ace3242be56711fc95b1ee0f638b Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 19 Jun 2019 09:41:03 +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 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)) . '" '; } -- 2.39.5