Hi there
I have an embedded video on my site
We want it to autoplay and loop continuously
This is the code we have:
What do I need to change to get it playing automatically and looping please?
Thanks
Hi there
I have an embedded video on my site
We want it to autoplay and loop continuously
This is the code we have:
What do I need to change to get it playing automatically and looping please?
Thanks
Hey Julie,
You could try updating your embeded code to this one, I’ve try it on my end and it autoplay and looping.
<div style="padding:56.25% 0 0 0;position:relative;">
<iframe src="https://player.vimeo.com/video/830003883?h=364c4bccf6&autoplay=1&loop=1&title=0&byline=0&portrait=0&muted=1" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe>
</div>
<script src="https://player.vimeo.com/api/player.js"></script>
Hope that helps.
Thank you - will try it and get it tested
Hi Julie,
Please let us know if you need any further help on this.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.