HTML 5 Video “autoplay” not automatically starting in CHROME

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

I have the following code:

9条回答
  •  Happy的楠姐
    2020-11-30 03:42

    Extremeandy has mentioned as of Chrome 66 autoplay video has been disabled.

    After looking into this I found that muted videos are still able to be autoplayed. In my case the video didn't have any audio, but adding muted to the video tag has fixed it:

    Hopefully this will help others also.

提交回复
热议问题