Disable pause button

Hi. I want to use short muted autoplay videos, embeded via iframe. That works so far but on moblie browsers – at least in iOS – there is an overlay with a pause button on hover. How can I disable this behaviour?

Can you share your page that embed the PeerTube video?

No, not that easy. It is in local development. But i can share the embed-code.

<iframe 
src="https://fair.tube/videos/embed/590ec833-1c42-4f90-bf22-04076363ef5f?loop=1&amp;autoplay=1&amp;muted=1&amp;title=0&amp;warningTitle=0&amp;controlBar=0&amp;peertubeLink=0&amp;p2p=0&amp;background=1"
frameborder="0" 
allowfullscreen="" 
sandbox="allow-same-origin allow-scripts allow-popups allow-forms">
</iframe>

You can see the behaviour in action:

Thanks! It should be fixed by Don't add mobile buttons without player controls · Chocobozzz/PeerTube@e2c7d94 · GitHub