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

JW7 Transparent Play Button CSS or Icon?


I miss the transparent Play buttons that use to appear in the center of the poster image in some skins of JW Player 6.
How do I get them back with JW player 7?

5 Community Answers

Andrew

JW Player Support Agent  
0 rated :

The play button should still be appearing prior to content starting.

Is this in regards to when an item is paused? If so, it is possible to change this behavior via CSS. I can share the code if you’d like!

vladovidiu.tutunea

User  
0 rated :

@Andrew: If you can, please do.

joffrey.haring

User  
0 rated :

Hi, I would really appreciate this code as well, basically our clients now believe that the player is 'broken' on iPhone after they click 'close'.
Ps. This is a change in behaviour compared to JW6.

martin.fullstack N/A

User  
0 rated :

Hi, I too would really appreciate this code.

registry

User  
0 rated :

Hello, you can use this
<style>
.jwplayer.jw-state-paused .jw-display-icon-container {
display: table;
}
.jwplayer.jw-state-paused .jw-icon-display::before {
content: "\e60e";
}
</style>

This question has received the maximum number of answers.