Answer the question
In order to leave comments, you need to log in
JW Player how to use your skin?
Good evening!
Help to deal with JW Player. I need to style it a bit for my purposes.
On the Internet, I dug up not so much (as I understand it, the last, 7th version) information.
The code looks like this:
$(document).ready(function(){
jwplayer('mediaplayer').setup({
'playlist': [{
'sources': [
{
'file': 'it.mp4'
}
]
}],
'width': 480,
'height': 320,
skin: "myskinfile.css"
});
});
button{
background-color: red;
padding: 50px;
}
#body .jw_modified .jw-skin-seven .jw-display-icon-container {
width: 110px;
border-radius: 10%;
border-width: 2px;
border-color: blue;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question