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

Remove background overlay at start but keep it when the video is playing


I have seen a lot of questions about removing the background overlay but I couldn't find the answer to my question: I would like to remove the tinted overlay when the video hasn't been clicked on yet, but keep it when the video has been clicked on and you mouseover the video. So, just remove the overlay from the image that is on the background of the video player at the start but keep it when I need to use control panel buttons when the video is playing. Is it possible? Thanks!

I have such code, but it removes the background completely:

.jw-state-idle .jw-controls {
background-color: transparent !important;
}

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

0 Community Answers

Post Your Public Answer