Comments Scott started the conversationMarch 28, 2017 at 11:02pmBy default the sound on my video is muted. I would like to disable that and have it autoplay with sound. How do I do this? 1,974Support repliedApril 4, 2017 at 11:10amHello Scott,open /sections/home_section_parallax_video.php and change line 20 to<a id="bgndVideo" class="player" data-property="{videoURL:'<?php echo $global_theme_options['home_video_background']; ?>',containment:'body',autoPlay:true, mute:false, startAt:0, opacity:1}">video</a>I bolded mute:false so that you can see the changeThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
By default the sound on my video is muted. I would like to disable that and have it autoplay with sound. How do I do this?
Hello Scott,
open /sections/home_section_parallax_video.php and change line 20 to
<a id="bgndVideo" class="player" data-property="{videoURL:'<?php echo $global_theme_options['home_video_background']; ?>',containment:'body',autoPlay:true, mute:false, startAt:0, opacity:1}">video</a>
I bolded mute:false so that you can see the change
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy