Youtube Autoplay

Hello,

How do I make a youtube video start automatically?
If i set autoplay = 1, it doesn’t works?
Any Idea?Thank you!

greetings

Hi,

Use the embed code from Youtube and add “?autoplay=1” after the video id.

Like this

<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/mN0zPOpADL4?autoplay=1" ........ and the rest of the code.

Cheers

1 Like

Thank you Jakerlund!