ME.js width=100%
-
Seems like a strange omission, but you can’t put percentage values into the audio player width, which then seem to be hard coded into the player dimensions. I’ve tried and found at least on webkit, the player breaks and defaults to the browser native.
Adding this bit of css seems to work – but I’ve not tested it extensively
.mejs-container.mejs-audio, .mejs-poster.mejs-layer{ width: 100%!important; }
https://www.ads-software.com/extend/plugins/media-element-html5-video-and-audio-player/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘ME.js width=100%’ is closed to new replies.