Size lock in the background video

I want to keep the size of the background video the same.
See this

https://www.loom.com/share/732f883993664160bdca82ac6f46ba0c


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

It would be best if you could share the project’s read only link.

https://discourse.webflow.com/t/how-to-enable-a-webflow-share-link/

But just watching your video, I assume your video’s height is inherited from the parent of those contents. And maybe your video has position: absolute applied to it.

So if you need video element to appear in its full form, do not apply position: absolute to it. Just apply width: 100% and height: auto. And if you need content to overlap then you can apply position: absolute to the content’s parent.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.