remove comment
This commit is contained in:
@ -153,7 +153,7 @@ const youtube = {
|
|||||||
// https://developers.google.com/youtube/iframe_api_reference
|
// https://developers.google.com/youtube/iframe_api_reference
|
||||||
player.embed = new window.YT.Player(id, {
|
player.embed = new window.YT.Player(id, {
|
||||||
videoId,
|
videoId,
|
||||||
host: player.config.noCookie ? 'https://www.youtube-nocookie.com' : undefined, // Only show controls if not fully supported
|
host: player.config.noCookie ? 'https://www.youtube-nocookie.com' : undefined,
|
||||||
playerVars: {
|
playerVars: {
|
||||||
autoplay: player.config.autoplay ? 1 : 0, // Autoplay
|
autoplay: player.config.autoplay ? 1 : 0, // Autoplay
|
||||||
hl: player.config.hl, // iframe interface language
|
hl: player.config.hl, // iframe interface language
|
||||||
|
Reference in New Issue
Block a user