SyntaxFix
Write A Post
Hire A Developer
Questions
As of April 2018, Chrome (along with several other major browsers) now require the muted attribute too.
muted
Therefore, you should use
<video width="320" height="240" autoplay loop muted> <source src="movie.mp4" type="video/mp4" /> </video>