Graham Quince Posted January 24, 2022 Posted January 24, 2022 Just had a request from a school wanting to hide the big black rectangle that is a media widget. I put this CSS together to, which I think makes a big difference visually: <style> .mejs__container { background: url('file/resource/UUID') !important; background-size: cover !important; } </style> If you have this code on your dashboard, all media widgets will pick this up. If you have media widgets on your website, you'll likely need this code in an HTML widget on every page that has a media widget, as people can link to any page.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now