Video background full screen

I am inserting a video as background and I would like it to be full screen. How can I do? Insert a container?
Thanks

It depends only on how is your parent element styled (the element you are adding video to).
You can set your container style to 100vw and 100vh to make it fullscreen.

1 Like

Simpler than expected
thank you

1 Like