Available in Chrome 53+ | View on GitHub | Browse Samples
As of Chrome 53 on Android, video
elements that have the
muted
attribute set can play back automatically, either via the
autoplay
attribute or via the
play()
method.
Below is an example of two videos. On desktop browsers which do not feature
the same restrictions, playback of both should automatically start. On
Android Chrome 53 or later, playback of the first will begin automatically
(since it uses the muted
attribute).