You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I played around a bit, and came up with this finding:
The div with class .css-1fsfa83 that has inline style of "width:unset;height:unset;" makes Safari confuse!
So try to set a calculated height for that div according to the aspect-ratio, could be considered as a workaround!
What do you think?
16:9 -> height: calc(width * 9/16);
In Safari, the boxes around the videos seem to always fill the screen, even if the videos themselves do not.
Tested with whatever Safari version is on MacOS 17.3 right now.
The text was updated successfully, but these errors were encountered: