Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vuongddang/51e4b312ca5db887538088f232c9e52b to your computer and use it in GitHub Desktop.
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>
<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