I have a looping background image on my website via the Divi theme.
I cannot mute the video through the theme functionality at all.
I've tried to use this:
$('video').prop('volume', 0)
$('video').prop('muted', true)
Any thoughts?
I have a looping background image on my website via the Divi theme.
I cannot mute the video through the theme functionality at all.
I've tried to use this:
$('video').prop('volume', 0)
$('video').prop('muted', true)
Any thoughts?