Kevin C. Tivert

Results 1 comments of Kevin C. Tivert

` const opts = { height: "390", width: "640", playerVars: { // https://developers.google.com/youtube/player_parameters autoplay: 1, mute: 1 } }; ` Adding "mute: 1" in playerVars obj worked for me. I...