?loop=1&playlist=VIDEO_ID
for YouTube or enable looping in Vimeo.<iframe>
tag for more control, adding the appropriate autoplay and loop parameters.To make an embedded video loop on your Webflow home page, you need to ensure the correct settings are applied. Here’s how you can do it:
?loop=1&playlist=[VIDEO_ID]
at the end of the URL (replace [VIDEO_ID]
with the actual video ID).If you need more flexibility, use Webflow’s Embed component:
<iframe>
tag with the video source and loop parameters:<iframe src="https://www.youtube.com/embed/VIDEO_ID?autoplay=1&loop=1&playlist=VIDEO_ID" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe src="https://player.vimeo.com/video/VIDEO_ID?autoplay=1&loop=1&muted=1" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
If using a YouTube embed, append ?loop=1&playlist=VIDEO_ID
. For Vimeo, use ?loop=1
in the URL settings. If you need a seamless loop, a Background Video element is the best option.