Hide Video Controls and Loop

Support Forums Azul – WP Plugin Hide Video Controls and Loop

Tagged: , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #4064
    fBrian
    Participant

    Hi
    Is there any CSS code I can use to Hide the video controls and set my custom video to LOOP? Thank you

    #4065
    CreaboxThemes
    Keymaster

    Hi fBrian,

    can you send me your url to check it? what video version do you use?

    Regards

    #4066
    fBrian
    Participant

    http://www.jetcomfy.com

    I just use your native video player or WordPress with a *.mp4 format file. Thank you
    Brian

    #4068
    CreaboxThemes
    Keymaster

    Hi fBrian,

    sorry for the delay. I have visited your website but you don’t use the azul plugin, do you?

    Regards

    #4069
    fBrian
    Participant

    Hi again apologies,

    I set it back to AZUL. Was experimenting with another. But AZUL is nicer! Please advise how to hide the controls and make the video loop? Thank you.
    Brian

    #4072
    CreaboxThemes
    Keymaster

    Hi fBrian, you have to modify two files:

    1. Hide the controls: Open the file style.css in the folder css and add the next code to hide the controls:

    #big-video-control-container{
    	display: none !important;
    }

    2. Loop the video: You have to modify the main file index.html, when the video background is set. Change the next line from this:

    var BV = new $.BigVideo();

    to this:

    var BV = new $.BigVideo({doLoop: true});

    Regards

    #4074
    fBrian
    Participant

    Thank you. I figured out how to get into the .php and manipulate the values there. Thanks!

    #4076
    CreaboxThemes
    Keymaster

    Your welcome. When you need some help, contact me.

    Regards

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.