Turning of the sound of the video [used as background] can be easily done using jquery pop method as shown below.
[code language="javascript"]
jQuery(document).ready(function($){
$("class or id video").prop("muted", "muted");
});
[/code]
Turning of the sound of the video [used as background] can be easily done using jquery pop method as shown below.
Turning of the sound of the video [used as background] can be easily done using jquery pop method as shown below.
[code language="javascript"]
jQuery(document).ready(function($){
$("class or id video").prop("muted", "muted");
});
[/code]