youtube embed video autoplay code example

Example 1: how to autoplay youtube video in html

<iframe width="420" height="315" 
        src="https://www.youtube.com/embed/tgbNymZ7vqY?autoplay=1">
</iframe><!-- Add "?autoplay=1" in the link as seen above -->

Example 2: HOW TO USE A video on a html website from youtube

<iframe width="560" height="315" src="https://www.youtube.com/embed/thatthingonvideourl" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Tags:

Html Example