How to autoplay HTML5 mp4 video on Android?

You can add the ‘muted’ and ‘autoplay’ attributes together to enable autoplay for android devices.

e.g.

<video id="video" class="video" autoplay muted >

Leave a Comment