Youtube Iframe disable pause video

前端 未结 7 2128
刺人心
刺人心 2020-12-06 05:53

I need to play video on my web-page. But I need to deny control. I put \"controls=0\", but player has pause action when I click on it. Can I disable \"pause\" action in YouT

7条回答
  •  执念已碎
    2020-12-06 06:08

    If you're displaying you video through HTML and have access to the CSS class used to display your video, you can do the following.

    Your HTML will look something like this: