mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-03-18 10:52:04 -04:00
foo
This commit is contained in:
@@ -46,7 +46,7 @@ echo html_writer::tag('iframe', '', [
|
|||||||
'id' => 'contentframe',
|
'id' => 'contentframe',
|
||||||
'src' => $src,
|
'src' => $src,
|
||||||
'allowfullscreen' => 'true',
|
'allowfullscreen' => 'true',
|
||||||
'allow' => 'autoplay *; fullscreen *; encrypted-media *; camera *; microphone *;',
|
'allow' => 'autoplay *; fullscreen *; encrypted-media *; camera *; microphone *; display-capture *;',
|
||||||
'style' => 'border:none;display:block;width:100%;height:calc(100vh - 120px);',
|
'style' => 'border:none;display:block;width:100%;height:calc(100vh - 120px);',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user