We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c8e5fc + 9b55ded commit fe08afeCopy full SHA for fe08afe
web/profiles/custom/os2loop/modules/os2loop_oembed/src/TwigExtension/TwigExtension.php
@@ -180,7 +180,7 @@ private function createVideoFromUrl($text): array {
180
// If oembed is not an option create iframe from a url.
181
elseif ('custom' === self::ALLOWED_PROVIDERS[$url['host']]['type']) {
182
$video['custom']['src'] = $text;
183
- $video['iframe'] = '<iframe src="' . $text . '"></iframe>';
+ $video['iframe'] = '<iframe allow="fullscreen" src="' . $text . '"></iframe>';
184
}
185
186
0 commit comments