My JWPlayer control bar position is set to “BOTTOM”
Its easy to hide the control bar when the position of the control bar is set to “OVER”
but my requirement is:
control bar should be hidden when the video starts playing or when the mouse is unhovered on the player when the position of the control bar is “BOTTOM”
Whether its possible to do this in JWPlayer to hide the control bar when the position is BOTTOM ?
I think setting the controlbar to “bottom” is typically set to keep the controlbar visible below the player, and in order to keep it from shrinking your video, you need to add extra height to the player to compensate…which makes me think that it’s not possible to hide it. If you wanted to hide it and keep it at the bottom, then keep the controlbar “over” and add the extra height to the video – that should put it below the player and hide it.