Closed tim-peterson closed 11 years ago
Not sure what you are asking... But you can disable auto-hide using the option: http://jplayer.org/latest/developer-guide/#jPlayer-option-autohide
Then the controls will not disappear after a few seconds mouse inactivity.
thanks yep autohide:{full:false}
did the trick!!
The fullscreen mode needs a little love.
The jPlayer controls are hidden and even if you do manually unhide them using the Chrome developer tools, there is javascript code baked into jplayer.js to rehide them as you click somewhere on the screen when it is in fullscreen mode.
Thoughts on trying to fix the fullscreen UX? if it is at all helpful, i've looked into this before on Stackoverflow.