jplayer / jPlayer

jPlayer : HTML5 Audio & Video for jQuery
http://jplayer.org/
Other
4.6k stars 1.47k forks source link

fullscreen mode only shows playlist, jPlayer controls are set to display:none #116

Closed tim-peterson closed 11 years ago

tim-peterson commented 11 years ago

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.

happyworm commented 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.

tim-peterson commented 11 years ago

thanks yep autohide:{full:false} did the trick!!