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

State Paused - play icon


Before updating to 7.11.2, I used this trick to get the play icon to appear in the middle of the player, when paused:

.jwplayer.jw-state-paused .jw-display-icon-container {
display: table !important;
}
.jwplayer.jw-state-paused .jw-icon-display::before {
content: "\e60e" !important;
}

Any ideas how I can get back this functionality?

Thanks

1 Community Answers

Alex

JW Player Support Agent  
0 rated :

Hi there,

You can try to add the following CSS to your page:

.jw-state-paused .jw-display {
  display: table !important;
}

Thank you.

This question has received the maximum number of answers.