From 274f966beb6c3293aa9f439f2ffea7831d17c8b7 Mon Sep 17 00:00:00 2001 From: Tamara Gunkel <tamara.gunkel@web.de> Date: Tue, 19 Oct 2021 14:56:46 +0200 Subject: [PATCH] fix allowfullscreen attribute --- templates/player.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/player.mustache b/templates/player.mustache index 3d4e58f..1c9d5cf 100644 --- a/templates/player.mustache +++ b/templates/player.mustache @@ -37,7 +37,7 @@ {{^resolution}} <div class="filter-opencast player-wrapper"> {{/resolution}} - <iframe src="/mod/opencast/player.html" class="filter-player-iframe" id="{{playerid}}" allowfullscreen="true"></iframe> + <iframe src="/mod/opencast/player.html" class="filter-player-iframe" id="{{playerid}}" allowfullscreen></iframe> </div> <script> -- GitLab