How can I inject a code into Squarespace to scale a video as the background and still keep the navigation functional?
Here is the current code I am using:
<div style="position: fixed; z-index: 50; width: 100%; height: 100%">
<iframe frameborder="0" height="100%" width="100%" src="https://www.youtube.com/embed/uOTukSIEW3k?rel=0&autoplay=1&controls=0&showinfo=0&autohide=1&modestbranding=1&loop=1&playlist=uOTukSIEW3k">
</iframe>
</div>
Unfortunately, this code doesn't fully fit the screen.
I apologize if my explanation is unclear, I'm very new to this!
Thank you,