Loop feature is not working.Example
Asked
Active
Viewed 2,725 times
2 Answers
2
Only a playlist can loop.
As such, there is a workaround by creating a playlist of the video.
https://www.youtube.com/embed/X03jlFijeQ0?playlist=X03jlFijeQ0&autoplay=1&controls=0& modestbranding=1&rel=0&showinfo=0&loop=1
You are welcome to test and play with it here
Also note that you need to set rel=0
as well.

Tempus
- 787
- 1
- 8
- 18
-
I was missing the rel=0, so very helpful. – Tom Hartman Feb 21 '22 at 14:38
1
Here is the iframe tag you can use, this is just your video in 'VIDOE_ID' & put repetable video id in 'REPEAT_VIDEO_ID_AGAIN'. It will work 100%.
<iframe width="600" height="315" src="https://www.youtube.com/embed/VIDOE_ID?rel=0&controls=1&showinfo=0&autoplay=1&loop=1&iv_load_policy=3&playlist=REPEAT_VIDEO_ID_AGAIN" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>

Lachlan Arthur
- 2,540
- 1
- 20
- 25

Md Khairul Islam
- 371
- 2
- 4