Background video responsive size

I know it’s an old post but gotta say, you rock Mr. Dave! Solution worked like a charm and super easy implementation. Set the height of the DIV my background video was inside to 56.25 VW and BAM! perfect (worked fine with auto width for me).

And good add @npark! Good lesson for beginners like me that I can apply this to other aspect ratios when they arise.

2 Likes

Related post Autoplay and Looping Videos on Webflow

Where does this get inserted?

@Epic - Inside of style block within an embed on the page with the video will do the job.

In your project page head setting, Inside the tag.

.w-background-video { height: 100%!important; };