Video Autoplay Not Working (Chrome)

1 reply · opened Dec 8, 2021

JJasonJSWDec 8, 2021

Hi Semi Team,

Recently I noticed that the autoplay on vimeo link pop ups are not working in my portfolio section. This has worked for years, until recently. Autoplay works fine on FireFox and Safari, it just doesn't work in Chrome.

Would you happen to know anything about this?

I heard it might be due to iframe delegation, and that you just need to input allow="autoplay", but we don't use iframe anymore.

I tried putting allow="autoplay" in the ``, didn't work.

Code:

``
[


![attachment](images/portfolio/reel.jpg)

``


AlterCine Production Reel
Production Reel

](https://vimeo.com/568950262)

Thank you,
Jason

SSemicolon WebSTAFFDec 8, 2021

Hello,

This is due to Chrome's AutoPlay Policy: https://developer.chrome.com/blog/autoplay/ . Only muted Videos can be AutoPlayed. To make the Videos muted by default, 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 mute the Videos by default and enable AutoPlay on Vimeo Videos. 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