Comments laeti started the conversationJanuary 3, 2014 at 4:20amHello. I do not have any video editing software, and I would like to mute the sound on my video. Are you able to provide a quick hack so that I can mute the audio using either JS or HTML5? Many Thanks laeti repliedJanuary 3, 2014 at 4:21amp.s - this is a full screen video I've added using the Nectar Slider.(its on the homepage)thanks 1,069ThemeNectar repliedJanuary 6, 2014 at 9:14pmHey Laeti!Open up the functions.php file and run a search for this to end up at the right place:if($background_type == 'video_bg') {scrolling down slightly from there you'll see this:<video class="slider-video" width="1800" height="700" '.$poster_markup.' controls="controls" preload="auto" loop autoplay>';just change it to this:<video class="slider-video" width="1800" height="700" '.$poster_markup.' controls="controls" preload="auto" loop autoplay muted>';Cheers :)laeti repliedJanuary 13, 2014 at 3:40amLovely - thank you! Sign in to reply ...
p.s - this is a full screen video I've added using the Nectar Slider.
(its on the homepage)
thanks
Hey Laeti!
Open up the functions.php file and run a search for this to end up at the right place:
scrolling down slightly from there you'll see this:
just change it to this:
Cheers :)
Lovely - thank you!