
JW player controlbar positions
How to keep the JW player control bar to the top position?
How to keep the JW player control bar to the top position?
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!