> How to mute an iframe?

How to mute an iframe?

Posted at: 2014-12-18 
I need help writing a code that will mute the iframe from playing noise on my website?

You can mute it by js, example: just put this in your page:



you should replace "video1" by the id of your iframe, if the iframe don't have any id add an id to it as follow:



I need help writing a code that will mute the iframe from playing noise on my website?