The Chrome browser on my Android phone is version 55. According to this doc , βDisabled auto-play for videos has been supported by Chrome for Android since version 53. '
This is my code:
<div class="item-video"> <video width="560" height="315" autoplay muted controls loop playsinline> <source src="http://video.webmfiles.org/big-buck-bunny_trailer.webm" type="video/webm"> </video> <a href="yourpage.html" class="button-video"></a> </div>
Any ideas?
I even tested their sample page on my Android and it doesn't work at all!
source share