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&autoplay=1&muted=1&title=0&warningTitle=0&controlBar=0&peertubeLink=0&p2p=0&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