How can I make a homepage video autoplay on my Craft theme website?

How do I edit my code to get my video to loop/autoplay on my website? It’s a YouTube link. If there’s a way to make it not a YouTube link that’s fine too. It’s fine if it is muted. I am using the Craft theme. Thank you

@ottocoffeeclub ,

You can edit the iframe code add like this.

<iframe width="560" height="315" src="https://www.youtube.com/embed/w-xDPPS7FSY?rel=0&autoplay=1" frameborder="0" allowfullscreen=""></iframe>

Add only this to your actual video : autoplay=1