Hi I actually have a site built with divi builder, and I have integrated the background video, can anyone help as where to locate the file in divi builder and mute the video, as of now it is playing along with the sound.
You can try this jQuery solution to mute the background video. Add this bellow code into theme option > integration > code integration > Add code to the < head > of your blog
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery(".et_pb_section_video_bg video").prop('muted', true);
});
</script>
Then let me know the result.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With