From 025e2898fdfcbda816776b1207f2f24fc7e4c63a Mon Sep 17 00:00:00 2001 From: PS2ClassicsVault <118215758+PS2ClassicsVault@users.noreply.github.com> Date: Thu, 9 Nov 2023 20:55:14 -0600 Subject: [PATCH] Update fnaf.html --- fnaf.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fnaf.html b/fnaf.html index 08c326c..8bec001 100644 --- a/fnaf.html +++ b/fnaf.html @@ -13,7 +13,7 @@
-
@@ -22,8 +22,8 @@ var wscreen = window.innerWidth; var hscreen = window.innerHeight; - document.getElementById("myFrame").width = wscreen ; - document.getElementById("myFrame").height = hscreen ; + document.getElementById("myFrame").width = 1920 ; + document.getElementById("myFrame").height = 1080 ; } myFunction();