Webflow video & loop issue

Element : Video - Webflow University Documentation

URL: http://new-landing-page-94e5db.webflow.io/youtube

Loop and youtube - is more a bug/issue of Youtube - read more here under:

Currently, the loop parameter only works in the AS3 player when used in conjunction with the playlist parameter. To loop a single video, set the loop parameter value to 1 and set the playlist parameter value to the same video ID already specified in the Player API URL. YouTube Embedded Players and Player Parameters  |  YouTube IFrame Player API  |  Google for Developers

Anyway - if I use the Same URL with two parameters for loop=1 and playlist=id:

https://www.youtube.com/embed/xv7iooFOnzg?&playlist=xv7iooFOnzg&loop=1

Two cases:

1. Use embed code

image

Work fine :slight_smile:

2. Add video block and paste the url

image

Won’t work :frowning:

read only link

(under youtube page)

1 Like

Hi @Siton_Systems

Thanks for posting about this.

You are correct that this is a limitation of the video element. You can use some parameters such as setting a start time using ?t=TIME. However other parameters aren’t fully supported.

That said, we are currently working on making improvements here and these other options will be available in the future.

In the mean time, the best workaround is to use the embed as you suggested :slight_smile:

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.