]> _ Git - fluidbook_tools.git/commitdiff
wait #5839
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 30 Mar 2023 09:40:52 +0000 (11:40 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 30 Mar 2023 09:40:52 +0000 (11:40 +0200)
src/Links/WebVideoLink.php

index 2cb7d194b4b5e5b3d9d17d55cdc5e3814f32ee88..be795954c88ed267511bcce56c9f67868943341f 100644 (file)
@@ -92,7 +92,7 @@ class WebVideoLink extends VideoLink {
         if (null === $height) {
             $height = $link->height;
         }
-        return '<iframe width="' . $width . '" height="' . $height . '" src="' . self::getEmbedURL($link) . '" frameborder="0" allowfullscreen allow="autoplay"></iframe>';
+        return '<iframe width="' . $width . '" height="' . $height . '" src="' . self::getEmbedURL($link) . '" frameborder="0" allowfullscreen allow="autoplay; fullscreen"></iframe>';
     }
 
     public static function getEmbedURL($data) {