How can I create a full-width background video using a Vimeo embed without the controls and with autoplay, but without it being 100vw and 100vh in Webflow?

TL;DR
  • Customize the Vimeo embed link with parameters autoplay=1muted=1, and controls=0.
  • Add an Embed element in Webflow, paste the customized Vimeo embed code, and set the dimensions to full-width.
  • Adjust the video’s height for responsiveness across devices using Webflow’s design settings.

Creating a full-width background video in Webflow using a Vimeo embed requires specific settings to disable controls and enable autoplay while maintaining custom dimensions. Below is the solution you need:

1. Get the Vimeo Embed Link

  • Go to your Vimeo video and click on the “Share” button.
  • Select Embed to copy the embed code. You will customize this in Webflow.

2. Customize the Vimeo Embed Link

  • Modify the embed URL by adding parameters to autoplay=1muted=1, and controls=0.
  • Your final URL should look like this: https://player.vimeo.com/video/[video_id]?autoplay=1&muted=1&controls=0&loop=1&background=1.

3. Add an Embed Element in Webflow

  • Drag an Embed element into your desired section on your Webflow canvas.
  • Paste the Vimeo embed code, replacing the default URL with your customized link from the previous step.

4. Define Custom Dimensions

  • Select the Embed element and go to the Style panel.
  • Set user-defined width (e.g., 100% to make it full-width) and a specific height to avoid 100vh, depending on your design needs.
  • Ensure its parent container or section is full-width as well to maintain consistency.

5. Make It Responsive

  • To ensure the video scales properly on different devices, use Webflow's responsive design settings to adjust the height for mobile or tablet views accordingly.

Summary

To create a full-width background video in Webflow using Vimeo, customize the embed link with parameters to disable controls and enable autoplay. Add an Embed element in Webflow, paste your modified embed code, and define specific width and height settings. Adjust the dimensions as needed for responsive design.

Rate this answer

Other Webflow Questions