is there a way to make jplayer responsive? It's this skin: http://jplayer.org/latest/demo-01-supplied-mp3/?theme=0
I would like to scale the whole player using percentage on Width. I tried with a wrapper:
.wrapper {
max-width: 100%;
height: auto;
width: 100%\0/; /* IE8 hack for max-width */
}
but it doesn't work.
Can anybody help?
Thanks!
I came across this jplayer responsive design today, which might point you in the right direction:
Demo: http://www.beyondhyper.com/jplayer/
GitHub: https://github.com/BeyondHyper/responsive-jPlayer