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

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?

2 Community Answers

Alex

JW Player Support Agent  
0 rated :

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!

wmeier

User  
0 rated :

@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

This question has received the maximum number of answers.