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
↧