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

Gradient overlay when idle


When the tools are visible in JWplayer 8, there is a dark gradient coming up from the bottom of the player. It darkens any captions and the bottom portion of the video, so I'd like to figure out how to just remove that. I've tried adjusting nearly every tag in the CSS Skinning document, but so far I haven't had any luck making it go away. Can someone help me figure out which tag I need adjust to make that change?

3 Community Answers

Alex

JW Player Support Agent  
0 rated :

Hi there,

You should be able to get rid of the gradient with the following CSS:

.jw-controls-backdrop {
  background: none !important;
}

Thank you.

s...

User  
0 rated :

Thank you, that worked like a charm.

Alex

JW Player Support Agent  
0 rated :

Not a problem!

This question has received the maximum number of answers.