Disable html5 video autoplay

前端 未结 8 1428
感情败类
感情败类 2021-02-02 07:10

How can I disable html5 video autoplay?

what I\'ve tried:

8条回答
  •  渐次进展
    2021-02-02 07:27

    just use preload="none" in your video tag and video will stop autoplay when the page is loading.

提交回复
热议问题