maboa / circleplayer

A CSS3 HTML5 audio player with a circular seekable progress bar and complete fallback
Latest version is here : http://happyworm.com/jPlayerLab/circleplayer/
218 stars 115 forks source link

circleplayer and bootstrap #22

Open camp5456 opened 10 years ago

camp5456 commented 10 years ago

Trying to integrate jplayer into a bootstrap site. There seems to be a conflict I can't figure out. If I use the demo index file on my site, player works, but if I link the bootstrap css into the same file the player styles break. Anyone encounter this before? I didn't see it as a known issue.

gmanfredi commented 10 years ago

I googled and found: http://stackoverflow.com/questions/20730911/incompatibility-of-bootstrap3-with-jplayer-circle-player Answer is to apply "box-sizing: content-box;" to .cpContainer and it will look as expected.