Use this code below to make my videos loop
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/*******?playlist=*******&autoplay=1&controls=1&loop=1&mute=1" frameborder="0" allowfullscreen></iframe>
go to Youtube and copy the code and select the letters and numbers for my code shown below
https://www.youtube.com/watch?v=0KjSfnURW2Q&t=13s
Copied and the 0KjSfnURW2Q and replaced the ******
This is done in the </> section
THIS ALLOWS THE MUSIC TO PLAY AND ONLY PLAY MY VIDEOS
<iframe width="560" height="315" src="https://www.youtube.com/embed/2ZEUupAzRR0?rel=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
?rel=0 goes after 2ZEUupAzRR0"
ORIGINAL CODE
<iframe width="560" height="315" src="https://www.youtube.com/embed/2ZEUupAzRR0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>