#0b7ef4 Blue Border around JWPlayer
Lately I was using JW Player for a project and noticed a weird blue (#0b7ef4) border around the video object.
At first I thought that it’s coming from Bootstrap, but it isn’t.
I was trying to get rid of it using CSS but nothing worked.
I found out, actually, it’s hardcoded into the JWPlayer JS! Don’t ask me why they are doing this! Madness.
Here is how to fix it:
Open jwplayer.js
Search for #0b7ef4
Replace:
{outline:”solid 2px #0B7EF4″}
with:
{outline:”none”}