Search code examples
jquerycssjplayer

How can I style the JPlayer poster element?


I am using JPlayer and I would like to include the poster element to display the album cover associated with the song playing.

I can get the poster element to display but the problem is styling the image to suit my design. JPlayer seems to be adding inline styles into the code which I can override in my external stylesheet using !important but I am wondering if this is the best method to achieve this?

I have been researching this for hours and there does not seem to be much covering it which suggests to me it is something very simple I am overlooking.

Any help would be very appreciated!


Solution

  • Make your styles important or specific

    See css important and specificity documentation for details