Stop youtube video autoplay

前端 未结 6 1231
闹比i
闹比i 2021-01-04 08:52

I am using youtube video in \"iframe\" with height width src etc. but it is playing auto. I want to play it with onclick. Please help me.

6条回答
  •  执念已碎
    2021-01-04 09:44

    To disable autoplay, just put &autoplay=0 after the video ID so it looks like this:

    
    
    
    
    

    http://support.google.com/youtube/bin/answer.py?hl=en&answer=1181821

    Updated code.

提交回复
热议问题