This commit is contained in:
Markos Gogoulos
2026-03-13 15:01:54 +02:00
parent d27c245f58
commit f3bc24a7a2

View File

@@ -46,7 +46,7 @@ echo html_writer::tag('iframe', '', [
'id' => 'contentframe',
'src' => $src,
'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);',
]);