From 539580ad0938b4b10e9f0c32566528b182fedaca Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Sun, 6 Jul 2025 17:13:15 +0200 Subject: [PATCH] Added missing enterfullscreen function --- app/static/js/iframe.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/static/js/iframe.js b/app/static/js/iframe.js index 4e6435e..d7e8a9c 100644 --- a/app/static/js/iframe.js +++ b/app/static/js/iframe.js @@ -23,6 +23,7 @@ function syncIframeHeight() { // Function to open a URL in an iframe function openIframe(url) { + enterFullscreen() // Hide the container (and its scroll-container) so the iframe can appear in its place if (scrollbarContainer) { scrollbarContainer.style.display = 'none';