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

Changing the background color JWP7


Hi,

We're JWPlayer 7.0.3 Premium user.
I started a project with jwp7. So far I did not run in any trouble, but then I wanted to change the background color of the player, without success.

I went through all threads regarding to this issue, but unfortunately I have not found any useable solution.

I made changes in jwplayer.js: I found #000000 color codes and changed them to #ffffff, but no luck.

Any suggestions would be appreciated.

Tibor Nagy
MSCI

2 Community Answers

tibor.nagy

User  
0 rated :

Adding the small css snippet under my player code solves my problem.


<style>
.jw-preview{
background-color: #ffffff;
}
<style>

George

JW Player Support Agent  
1 rated :

Hello Tibor,

I hope your current page is working great for you, I would like to also share this with you:

If you visit:
http://support.jwplayer.com/customer/en/portal/articles/1406968-using-jw-player-skins

You will see this code block:
playerInstance.setup({
file: “/uploads/example.mp4”,
height: 360,
width: 640,
image: “/uploads/example.jpg”,
skin: {
name: “bekle”
active: “red”
inactive: “white”
background: “black”
}
});

OR you could build your skin in the Players section of your Dashboard.

This question has received the maximum number of answers.