mirror of
				https://github.com/kevinveenbirkenbach/homepage.veen.world.git
				synced 2025-11-04 09:27:58 +00:00 
			
		
		
		
	Added missing enterfullscreen function
This commit is contained in:
		@@ -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';
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user