I now see “video player” and a black window where my content should be playing in the background. What is going on??? I just updated to 4.5 from 4.2.6 where it worked if I had put in this custom css:
#top .av-video-slide video {
height: auto !important;
}#top .av-video-slide .mejs-container {
width: 100% !important;
}
I’ve removed that and it’s not any better. How do I make this site not look terrible?
Nvm… fixed it. Apparently you can’t have relative links for self hosted videos. If you use /wp-content/…. as the path, it breaks the player. If you use full URL path like https://site.com/wp-content…. then it works. I guess that’s a bug.