]> _ Git - cubeextranet.git/commitdiff
#2845
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 19 Jun 2019 09:44:05 +0000 (09:44 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 19 Jun 2019 09:44:05 +0000 (09:44 +0000)
inc/ws/Util/html5/master/class.ws.html5.links.php

index c2a6bfaa2fae95e71c8d7baeccf435c77a81fd31..9d43ccaf5c35e94e29ea8119031d2bc6e9cfbb2e 100644 (file)
@@ -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)) . '" ';
     }