Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
trinitron1980
tagDiv Member

Thank you Catalin for your answer. I checked and found that modification affect on single youtube video. When I used youtube playlist, that code doesn’t work. I made modification from tagdiv_theme.js and tagdiv_theme.min.js:


youtubePlayer.tdYtPlayer = new YT.Player(youtubePlayer.tdPlayerContainer, {
playerVars: {
//modestbranding: 1,
//showinfo: 0,
autoplay: youtubePlayer.autoplay,
rel: 0
},
height: '100%',
width: '100%',
videoId: videoIdToPlay,
events: {
'onStateChange': youtubePlayer.onPlayerStateChange
}
});

And it worked.

Viewing 1 post (of 1 total)