]> _ Git - cubeextranet.git/commitdiff
wait #4778 @0.25
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 14 Oct 2021 07:51:39 +0000 (07:51 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 14 Oct 2021 07:51:39 +0000 (07:51 +0000)
inc/ws/Util/html5/master/class.ws.html5.links.php

index 3ec454561a4510fbb4d97548c90a5bb3cbf3567f..91cdf6b62ba6765c8684dca095bab09aa2d85d71 100644 (file)
@@ -1467,7 +1467,7 @@ class webVideoLink extends videoLink
         if (null === $height) {
             $height = $link->height;
         }
-        return '<iframe width="' . $width . '" height="' . $height . '" src="' . self::getEmbedURL($link) . '" frameborder="0" allowfullscreen></iframe>';
+        return '<iframe width="' . $width . '" height="' . $height . '" src="' . self::getEmbedURL($link) . '" frameborder="0" allowfullscreen allow="fullscreen; autoplay"></iframe>';
     }
 
     public static function getEmbedURL($data)