Muting or Turning off the HTML Video or Background Sound
Turning of the sound of the video [used as background] can be easily done using jquery pop method as shown below.
jQuery(document).ready(function($){ $("class or id video").prop("muted", "muted"); });
About Author
I am Robin - WordPress Developer based in Sydney. I work as Digital Developer. I do some projects now and then, and love blogging about WordPress and Web Design.