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

JW player controlbar positions


How to keep the JW player control bar to the top position?

1 Community Answers

Alex

JW Player Support Agent  
0 rated :

Hi, there.

You can move the controlbar from the bottom position to the top by adding the following CSS to your page:

.jw-controlbar {
  bottom: auto;
  top: 0;
}

That will reset the initial value for “bottom” from 0 to its default value of “auto” and then set the absolute position of the control bar to the top of the player’s element.

Please let me know if you need any more help or have any other questions.

Thank you!

This question has received the maximum number of answers.