HTML 5 Video “autoplay” not automatically starting in CHROME

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

I have the following code:

9条回答
  •  粉色の甜心
    2020-11-30 03:35

    These are the attributes I used to get video to autoplay on Chrome - onloadedmetadata="this.muted = true", playsinline, autoplay, muted, loop

    Example:

    
    

提交回复
热议问题