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

Player feature was added automatically


Hello,
I wonder why suddenly there is a new feature / button (next to the "play button") with a "10 in a circle" to jump (10 seconds?) backward within the audio stream.
I have noct activated this feature and I would like to get rid of it.
Thank you for your help!

1 Community Answers

Alex

JW Player Support Agent  
1 rated :

Hi there,

When using a cloud-hosted player from your dashboard, it is automatically updated whenever we come out with a new version. Version 7.7 of the player, which was released earlier this week, introduced an often requested feature allowing users to rewind 10 seconds of playback. However, if you would not like that feature on the control bar, you can hide it by adding the following CSS to your page:

.jw-icon-rewind {
  display: none !important;
}

Thank you.

This question has received the maximum number of answers.