HTML 5 Video “autoplay” not automatically starting in CHROME

后端 未结 9 502
死守一世寂寞
死守一世寂寞 2020-11-30 02:51

I have the following code:

9条回答
  •  醉梦人生
    2020-11-30 03:41

    You need to add playsinline autoplay muted loop, chrome do not allow a video to autostart if it is not muted, also right now I dont know why it is not working in all android devices, im trying to look if it's a version specific, If I found something I'll let you know

    Chrome issue: After some research i have found that it doesnt work on chrome sometimes because in responsive you can activate the data saver, and it blocks any video to autostart

提交回复
热议问题