I want the user to be able to use the native <video>
controls of a <video>
on this page/overlay, but right now the fullscreen action expands the whole website document rather than the video element itself, which isn't showing the overlay and its video at all.
Why isn't the <video>
element full-screen'd by itself, natively in browsers?
Can I override the default behavior and use requestFullscreen()?
Thanks!