Hide Video Controls and Loop Support › Forums › Azul – WP Plugin › Hide Video Controls and Loop Tagged: Azul, loop, video This topic has 7 replies, 2 voices, and was last updated 8 years, 6 months ago by CreaboxThemes. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts October 28, 2014 at 2:18 am #4064 fBrianParticipant Hi Is there any CSS code I can use to Hide the video controls and set my custom video to LOOP? Thank you October 29, 2014 at 11:59 am #4065 CreaboxThemesKeymaster Hi fBrian, can you send me your url to check it? what video version do you use? Regards October 29, 2014 at 11:00 pm #4066 fBrianParticipant http://www.jetcomfy.com I just use your native video player or WordPress with a *.mp4 format file. Thank you Brian November 1, 2014 at 4:52 pm #4068 CreaboxThemesKeymaster Hi fBrian, sorry for the delay. I have visited your website but you don’t use the azul plugin, do you? Regards November 1, 2014 at 10:43 pm #4069 fBrianParticipant 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 November 3, 2014 at 7:10 pm #4072 CreaboxThemesKeymaster 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 November 4, 2014 at 10:39 pm #4074 fBrianParticipant Thank you. I figured out how to get into the .php and manipulate the values there. Thanks! November 5, 2014 at 7:28 am #4076 CreaboxThemesKeymaster Your welcome. When you need some help, contact me. Regards Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In