Viewing 1 replies (of 1 total)
  • Plugin Author PoseLab

    (@javitxu123)

    Add this script to your theme:

    <script>
        jQuery('#ytcplayer1').load(function($){
    	var ytcplayer = {};
            ytcplayer['ytcplayer1'] = new YT.Player('ytcplayer1', {
              events: {
                'onReady': function(){
                  ytcplayer['ytcplayer1'].mute();
                }
              }
            });
        });
    </script>

Viewing 1 replies (of 1 total)
  • The topic ‘Is there a way to have the sound muted when it autoplays?’ is closed to new replies.