I followed these instructions to have the player display as just an audio player https://support.jwplayer.com/customer/portal/articles/1406724-aac-or-mp3-audio-embed. I'm streaming an mp3 and using the new version 8 player. This works great if I want the player the same width every time but in 2018, I need this player to be responsive. But every time I set the width of the player to width:'100%', the responsiveness works great, but the 40px height required to make the player display as an audio player get overwritten with this class .jwplayer.jw-flag-aspect-mode { height: auto !important; } and the audio bar gets replaced by a full-sized video player.
Quite simply, how can I get my audio player to be responsive and not display as a blank video player? In the article I posted above, there isn't a single mention on how to make this player responsive.
↧