Hi,
Everything was working fine until it didn’t.
I have an iframe with source https://player.twitch.tv/?channel=northernlion&parent=localhost&autoplay=true&muted=false
For example:
<iframe id="video-northernlion" sandbox="allow-scripts allow-same-origin allow-presentation allow-autoplay" referrerpolicy="strict-origin-when-cross-origin" allow="autoplay" src=" https://player.twitch.tv/?channel=northernlion&parent=localhost&autoplay=true&muted=false " style="width: 480px; height: 270px; border: 0px; outline: black solid 10px; visibility: visible;"></iframe>
The player is visible:
However I’m getting error:
Autoplay disabled. The following minimum requirements for autoplay were not met: style visibility.
I’m confused because it says to refer to the documentation but there is nothing related to style visibility. All the documentation says is “Minimum size requirements and visibility are necessary for autoplay to begin” which clearly the case here.

