From aa5d52ac4f1bbb59627ecceafe7d544353f4b05c Mon Sep 17 00:00:00 2001 From: Ingo Oppermann Date: Fri, 1 Nov 2024 10:58:24 +0100 Subject: [PATCH] Fix embeddable player using only the available viewport (datarhei/restreamer#797) --- public/_player/videojs/player.html | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/public/_player/videojs/player.html b/public/_player/videojs/player.html index 6bba4be..a83610b 100644 --- a/public/_player/videojs/player.html +++ b/public/_player/videojs/player.html @@ -6,6 +6,21 @@ + {{name}} @@ -23,7 +38,7 @@ {{/if}} -
+
@@ -81,7 +96,6 @@ muted: mute, liveui: true, responsive: true, - fluid: true, sources: [{ src: window.location.origin + '/' + playerConfig.source, type: 'application/x-mpegURL' }], plugins: {}, };