Forum Discussion
giovannifant074
2 years agoCommunity Member
Vimeo autoplay
Hi I would like to insert a vimeo video that starts automatically.
I tried to insert the code created by vimeo.
<iframe src="https://player.vimeo.com/video/721069858?h=eeb08462f5&autoplay=1&titl...
Nedim
Community Member
Some modern browsers like chrome will not auto-play a video if it's not muted. The general rule of many browsers is that a user must opt-in to certain actions before they can happen. Check the attached photo to see the reason why. You need to add "muted" attribute to get your video to autoplay.
<iframe src="https://player.vimeo.com/video/721069858?h=eeb08462f5&muted=1&autoplay=1&title=0&byline=0&portrait=0" width="640" height="272" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe>
giovannifant074
2 years agoCommunity Member
Thanks Nedim,
The solution of Jürgen allows me to have the audio of the video in autoplay