Created
February 6, 2018 12:28
-
-
Save vuongddang/51e4b312ca5db887538088f232c9e52b to your computer and use it in GitHub Desktop.
Wordpress :: Divi Builder :: Mute video background (Add this to Theme Option / Integrations / <head>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
jQuery(document).ready(function(){ | |
jQuery(".et_pb_section_video_bg video").prop('muted', true); | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment