Hi, how can i autoplay and loop the Vimeo video on video sections? Adding autoplay=1&loop=1 on the video link is not working.
Hi @rm014
The URL should be:
https://player.vimeo.com/video/{{ section.settings.video.id }}?api=1&background=1&autoplay=1&loop=1&title=0&byline=0&portrait=0&controls=0&muted=1
@ExpertRookie do you mean on the video url? Unfortunately, this is not working
@rm014 ,
I tried with this solution and it works with Crave theme on my store. This is my slideshow.liquid with my modification. You can refer
https://drive.google.com/file/d/11-akJKqJN7CkWJvTjNjyZJUVEiBhQu6r/view?usp=sharing
Thank you so much, it’s working now.