Before you ask please READ THIS

Video Player:

edited June 2015 in Hypershot Posts: 18
Hi There,

How can we hide the homepage video player controls like video bar / sound e.g?

Many Thanks,
The Team Of JM
Post edited by jmellor1991 on

Comments

  • AirAir
    Posts: 10,970
    Hello.

    I don't think I can help you with that. What video player you use there? Youtube? Can you show live link?

    With kind regards.
  • Hey Air,

    It's a video and 'URL' from our own website we are using for the homepage video. Is they a html code or css code to hide the player bar / controls. The video is a .mp4!!!!

    Many Thanks,
    The Team Of JM
  • AirAir
    Posts: 10,970
    In this case this custom CSS should work, it worked for me:
    .vjs-default-skin .vjs-controls {
    display: none !important;
    }
    With kind regards.
  • Hey Air,

    I tried this and it still shows the player controls.

    With Kind Regards,
    The Team Of JM
  • AirAir
    Posts: 10,970
    Can you show me live link, so I could see what went wrong?

    With kind regards.
  • Hey Air,

    I've done it and worked it out via through the '/advance/inc/videojs' file. Do you have a code to hide the big player icon button before the video plays

    With Kind Regards,
    The Team Of JM
  • AirAir
    Posts: 10,970
    Use this:
    .vjs-default-skin .vjs-big-play-button{
    display: none!important;
    }
    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!