How to disable auto-play for local video in iframe

后端 未结 8 1141
我在风中等你
我在风中等你 2020-12-29 21:08

How to disable auto-play for video when src is from my local pc?


         


        
8条回答
  •  Happy的楠姐
    2020-12-29 22:01

    What do you think about video tag ? If you don't have to use iframe tag you can use video tag instead.

    You should not use autoplay attribute in your video tag to disable autoplay.

提交回复
热议问题