[ad_1]
On all Mobile devices & all web browsers.
Currently it’s not auto playing on certain iPhones
Bonus:
Would be ideal to have it play without having to scroll first / engage first.
Thank you!!!
Update:
It’s all MP4 uploaded to library in WordPress
Idk if it matters but using ACF (advanced custom fields) plug-in.
[ad_2]
<video autoplay muted>
Non-muted video is no longer allowed.
It also must be an mp4.
Depends a bit on the MEI of the user, assuming the browser used is Chrome or a Chromium based browser.
In most cases <video autoplay muted> will work, as long as the MEI of the user is high enough (Media Engagement Index, or how likely they are to view the media as determined by Google).
However it might be necessary to run additional javascript/jQuery to check if the video is playing, and then try and start it if it’s not the case. This is expanded upon in here:
[https://stackoverflow.com/a/63261992])