HTML5 Controls Bar just on fullscreen

56 Views Asked by At

Hi i have a video on my page (mobile view), by default its controls attr is turned off. I want to turn them on and show just on FULLSCREEN (I have a custom fullscreen button).

I was trying to add $('#videoAbout').attr('controls', ''); and also $('#videoAbout').attr('controls', 'true'); when Fullscreen is turned on, but it doesn't work on mobiles. On desktop resized to mobile resolution it works fine.

Can anybody help me out?

Here is live example on my webpage.

0

There are 0 best solutions below