Skip to content

Commit 0246071

Browse files
committed
Set allowfullscreen to true (otherwise it does not work)
1 parent 1f07c4c commit 0246071

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes/EmbedSnap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public static function renderEmbedSnap( $input, $argv, $parser ) {
105105

106106
$iframe = Html::element( 'iframe', [
107107
'class' => 'snap-project',
108-
'allowfullscreen',
108+
'allowfullscreen' => 'true',
109109
'allow' => 'geolocation; microphone; camera',
110110
'frameborder' => '0',
111111
'allowtransparency' => 'true',

0 commit comments

Comments
 (0)