Added missing enterfullscreen function

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-06 17:13:15 +02:00
parent faf5bd1e8c
commit 539580ad09
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -23,6 +23,7 @@ function syncIframeHeight() {
// Function to open a URL in an iframe // Function to open a URL in an iframe
function openIframe(url) { function openIframe(url) {
enterFullscreen()
// Hide the container (and its scroll-container) so the iframe can appear in its place // Hide the container (and its scroll-container) so the iframe can appear in its place
if (scrollbarContainer) { if (scrollbarContainer) {
scrollbarContainer.style.display = 'none'; scrollbarContainer.style.display = 'none';