Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

default JWPayer internal style sheet cause conflict with other style sheets


Version 7 has came out with an internal style sheet that may cause conflict with other style sheets. In particular way if you have this or similar rule in your style sheet:

ul li {
background-image: url("../gfx/Check.png");
background-repeat: no-repeat;
background-position: center left;
margin: 0;
padding: 0 0 0 20px;
list-style-type: none;
}

http://s17.postimg.org/ixxh1xf0f/JWP710.png

Removing this rule from my style sheet JWP becomes very nice to see.

http://s8.postimg.org/91o2vrwx1/JWP710_Fix.png

Is it possible remove this internal style sheet for JWP that may cause this bug?

3 Community Answers

alecosnet

User  
0 rated :

It's about YouTube Videos...

Randy

JW Player Support Agent  
0 rated :

Hello,

This may be something we can look into. We will take note. You may also want to use a <!DOCTYPE html> declaration as well to fix the slightly misaligned scrub bar.

Happy streaming.

Randy

alecosnet

User  
0 rated :

Thanks for your reply, I cannot use html5 doctype for several my reasons. I see the scrub bar misaligned but I hope you'll fix this bug too. Thanks!

This question has received the maximum number of answers.