How to disable auto-play for local video in iframe

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

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


         


        
8条回答
  •  梦毁少年i
    2020-12-29 21:53

    If you are using HTML5, using the Video tag is suitable for this purpose.

    You can use the Video Tag this way for no autoplay:

    
    

    To enable auto-play,

    
    

提交回复
热议问题