Replies: 2 comments
0 replies
I FIXED IT!Apparently Safari really hates As a cautionary measure, I also put .controlBar {
opacity: 0.9999999;
}
.video[userinactive]:not([mediapaused]):not([mediaisairplaying]):not([mediaiscasting]):not([audio])
.controlBar {
opacity: 0.0000001;
}Where:
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
This doesn't always happen. It seems to be happening in my project, and also it happens at this link:
Screen.Recording.2024-05-08.at.8.39.51.PM.mp4
BUT it doesn't happen in this link:
In Chrome, it doesn't happen anywhere. (Recording for first link below.)
Screen.Recording.2024-05-08.at.8.31.01.PM.mp4
All reactions