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
Use the following CSS on the DOM element:
.ytplayer {pointer-events: none;}