Video Display Issues in Safari

According to users, videos were either not displaying at all or displaying far too large on Safari web or Safari/Chrome mobile. Videos display normally in Chrome and Firefox.

Visible here: https://pennds.org/phillysigns/

It’s a recent development, so I’m wondering if the issue is related to the video files themselves as opposed to something in the custom theme.

My guess would be that it’s actually the “plyr” library you’re using for the player UI that’s likely to be the source of the issue. But that’s just a guess.

We found a solution - at least editing the CSS within the browser - to set the video width:

video {
width:100%
}

But haven’t had luck with those changes reflected in CSS Editor yet.

This topic was automatically closed after 250 days. New replies are no longer allowed.