I am looking to implement a video tag that can occupy the entire window, centered, without distorting the aspect ratio. Additionally, I want this video tag/container to push down all other content below it.
When the window is resized, I would like the video to resize proportionally as well.
I have attempted different methods involving relative and absolute positioning, but none have achieved this desired effect. However, I did come across one website that accomplishes this:
Unfortunately, I have not yet figured out how they achieve this effect.
Thank you!