?playlist=VIDEO_ID&loop=1&autoplay=1&mute=1
) or Vimeo (?autoplay=1&muted=1&loop=1&background=1
).To loop an embedded video on your Webflow homepage, you need to modify the embed code with the correct loop parameters depending on the video platform (e.g., YouTube or Vimeo).
src
attribute.?playlist=VIDEO_ID&loop=1&autoplay=1&mute=1
VIDEO_ID
with the actual ID.https://www.youtube.com/embed/abc123?playlist=abc123&loop=1&autoplay=1&mute=1
playlist=VIDEO_ID
is required for the loop to work.src
attribute.?autoplay=1&muted=1&loop=1&background=1
https://player.vimeo.com/video/123456789?autoplay=1&muted=1&loop=1&background=1
100%
100vh
(if you want full screen)To loop an embedded video in Webflow, use the Embed element and append the appropriate loop URL parameters for YouTube (?playlist=ID&loop=1
) or Vimeo (?loop=1
). Always test the final setup on your published site for full video behavior.