
Changing the size of the play icon on the JWplayer 7
I want to make the play icon that appears on the video before it starts playing to make it bigger, how can I do that?
I want to make the play icon that appears on the video before it starts playing to make it bigger, how can I do that?
Hi, there.
WIth JW Player 7, you should be able to make changes to the appearance of our player via CSS. You can find plenty of support documentation on how to accomplish this on our Customization Knowledgebase. You can also find a visual guide to our CSS classes on our CSS Skinning Reference.
Please let me know if you need any more help or have any other questions.
Thank you!
@Shadi
You could add the following to your CSS for example using the
beelden skin
.jw-skin-beelden .jw-display-icon-container {
border-radius: 50%;
border: 1px solid #333
}
this would make the play icon a circle rather than a square
Willie