NO BUG: Vimeo autoplay and play button problems

Hi, I’m using the Vimeo Pro plan to embed looping videos on my website. However, the videos are not autoplaying, and the play button still appears. I couldn’t find any settings within Vimeo to disable the play button. Could you assist me in resolving this issue?

Thank you.

https://olucasparra.com/project/yearbook-escola-concept/

Hi,

Autoplay is a bit tricky and could not be consistent. Please check this link here: Autoplay and loop embedded videos – Vimeo Help Center

I believe it’s not working because of the browser restrictions or default settings, so I’ll mark this topic as no bug for now.

If this is not the case, please let me know.

Thanks,
Matej

1 Like

Hi @Matej,

Thank you for your help! I tried using the code from the link you shared, and it worked perfectly.

To help others, here are the codes to loop the video:

  • loop=1
  • autoplay=1
  • autopause=0

And to remove the play button, use: background=1

1 Like