Skip to content

Commit

Permalink
Update fnaf.html
Browse files Browse the repository at this point in the history
  • Loading branch information
PS2ClassicsVault authored Nov 10, 2023
1 parent 82a17e0 commit 025e289
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fnaf.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="stylesheet" href="style.css">
<body>
<div>
<iframe id="myFrame" src="https://www.youtube.com/embed/QbTKQcKhTAY?si=EKFAjulF4UrsFq3H" width="3840" height="2160" frameborder="1" allowfullscreen> .
<iframe id="myFrame" src="https://www.youtube.com/embed/QbTKQcKhTAY?si=EKFAjulF4UrsFq3H" width="3840" height="2160" frameborder="0" allowfullscreen> .
</iframe>
</div>

Expand All @@ -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();
Expand Down

0 comments on commit 025e289

Please sign in to comment.