SyntaxFix
Write A Post
Hire A Developer
Questions
Chrome does not allow to auto play video with sound on, so make sure to add muted attribute to the video tag like this
muted
video
<video width="320" height="240" autoplay muted> <source src="video.mp4" type="video/mp4"> </video>