Can someone help me out with autoplay and looping videos? I have put the settings on the third party site (vimeo) to autoplay and loop but that doesn’t work and all that happens is that it loops but doesn’t autoplay.
So for example where do I put these codes using the images I attached. I want multiple videos to all autoplay and loop. Can you share the specific code to include and where on both images I attached? It will be clearer to me that way.
I was able to take look at your project and at the bottom of the first page you have three Vimeo videos and the one in the middle seems to autoplay and loop and the others not. Do you have the same settings on the other videos?
I don’t have a Pro account at Vimeo and aren’t able to test this.
thank you for your usual support. I checked and they all have the same setting. When I landed on the page the middle one autoplayed and immediately i refreshed it stoped and the one on the right autoplayed. Iva attached the code for all three. Also I’m experiencing the same problems with the videos in the projects as well
also, I added codes for the inner videos on the page which I included <iframe src=“https://player.vimeo.com/video/362669970” width=“100” height=“75” frameborder=“0” ?autoplay=1&muted=1&background=1&loop=1&autopause=0 fullscreen" allowfullscreen>
Do you think it may also be as a result of where I have introduced the codes?
The problem is when we use tubs all content in tubs is loading at the same time even if we see just one tub. That’s why when we set autoplay for 2 videos, for example, both videos start playing at the same moment.
SOLUTION: This is something that is not webflow specific. But actually the browser. I solved this by setting the video as a background element. If you want a movie to autoplay with sound, this is not possible, and also not recommended. You will need to know the aspect ratio of the video playing and do some tricks with the container.
I used something simular to this to figure out how to set my aspect with css