Vimeo video autoplay

1 reply · opened Oct 5, 2023

TTrinity3DOct 5, 2023

I also cannot get vimeo video to auto play by adding the recommended autoplay=1 to the video URL.

Any workarounds to get the video to autoplay?

SSemicolon WebSTAFFOct 6, 2023

Hello,

Thanks for your Patience!

This is due to Browser’s AutoPlay Policy: https://developer.chrome.com/blog/autoplay/. So currently, if you want AutoPlay Video, you will have to keep them muted. This is applicable on all Browsers.

Currently, this can be fixed in a Lightbox. Simply find the following code in the js/plugins.min.js File:
[ch_pre]//player.vimeo.com/video/%id%?autoplay=1[/ch_pre]

and replace it with:
[ch_pre]//player.vimeo.com/video/%id%?autoplay=1&muted=1[/ch_pre]

This will fix the issue in the Lightbox. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard