Currently the Vimeo embed for our Homepage masthead is causing major troubles. We’d like it to stay at full VW no matter the breakpoint, however at larger breakpoints, container background is appearing rather than the video expanding width. Below is the code used for the embed currently. Let me know if you have any further questions, and we’ll answer promptly.
Webflow supports Vimeo video embedding, and videos will automatically adapt to their parent container dimensions. For responsive behavior across breakpoints, ensure your video container has:
A defined width and height (can be percentage-based)
Position: relative on the parent container
The video element set to position: absolute with top, right, bottom, and left set to 0
A defined aspect ratio using padding-top on the container (e.g., 56.25% for 16:9)
These settings will maintain proper scaling while preserving your container’s background properties across different screen sizes.
Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.