Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

I want to hide control bar in mobile, but keep play button (JW hosted)


I'm using JW hosting to play my videos. For mobile devices, I want to HIDE the control bar. However, when I set it to hide the controls, there's no way for the viewer to hit a 'play' button and start the video. I want to hide the control bar so that the viewer can't jump around the video, but I *do* want a play button to first appear so that the viewer can at least *start* the video. Is this possible to set up in the JW hosting control area?

2 Community Answers

George

JW Player Support Agent  
0 rated :

Hi,

You could add this style tag to the head of your HTML document:
<style>
.jw-controlbar{
display: none !important;
}

</style>

b...

User  
0 rated :

that worked, thanks! I actually had tried that but had left out the !important tag, so it didn't work before. Again, thanks!

This question has received the maximum number of answers.