HTML5 Video autoplay not working
问题 I have been looking into how to implement HTML5 videos as a background video on web and mobile, below is the following code- it displays but not autostarts, this is the problem <video width="100%" controls autoplay> <source src="video/342125205.mp4" type="video/mp4"> <source src="video/342125205.ogg" type="video/ogg"> </video> 回答1: Depending on your Chrome version you might get the new implementation of video autoplay rules: Muted autoplay is always allowed. Autoplay with sound is allowed if: