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

JW 7.7.0 - Disable Rewind-Icon in Controlbar


Hi, how can i disable the new "rewind" icon in the controlbar?

1 Community Answers

Alex

JW Player Support Agent  
4 rated :

Hi there,

You can hide the rewind button 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.