How to make an embedded Youtube video automatically start playing?

后端 未结 4 1978
梦如初夏
梦如初夏 2020-12-13 09:06

In my project, there is a video gallery module. In this module, there are two options: direct FLV uploading, and adding a video embed code from YouTube.

I am writin

4条回答
  •  温柔的废话
    2020-12-13 09:37

    You have to use

    
    

    ?autoplay=1

    and not

    &autoplay=1

    its the first URL param so its added with a ?

提交回复
热议问题