Hi there.
I want to make the youtube video auto-replay again and again.
I did autoplay but I didn’t find any option for replay automatically.
Please let me know the advanced CSS. I will try that.
Thanks in advance.
Hey ngavy,
It’s not the css, you need an option to loop the video. How are you adding the video?
Best regards,
Victoria
I did a loop option. but it stops at the beginning of the movie after 1 play.
but I want to repeat it without stopping.
Is it possible to make that happen?
Hi ngavy,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Yes.
and. the front home page has only one youtube movie.
that one I want to repeat all the time.
Thanks.
Hi,
Thank you for the update.
Have you tried appending the loop parameter to the Youtube URL?
// https://developers.google.com/youtube/player_parameters#loop
Set the parameter to 1.
Example:
https://www.youtube.com/v/VIDEO_ID?version=3&loop=1
Best regards,
Ismael