Title pretty much says it all. I have a video which automatically starts playing when arriving on the page.
In the HTML code I have put muted=\"muted\". And here comes
To mute via HTML5 directly instead of jQuery, you can also use volume="0" within the video tag, i.e:
volume="0"