Chrome video autoplay

autoplay will only work if you specify it as muted by default, like this. <video autoplay muted> <source src=”https://stackoverflow.com/questions/50607588/video.mp4″ type=”video/mp4″></source> </video> Don’t worry, users will be able to unmute the video as part of the html5 video element.

HTML5 Video autoplay on iPhone

Does playsinline attribute help? Here’s what I have: <video autoplay loop muted playsinline class=”video-background “> <source src=”https://stackoverflow.com/questions/43570460/videos/intro-video3.mp4″ type=”video/mp4”> </video> See the comment on playsinline here: https://webkit.org/blog/6784/new-video-policies-for-ios/