thewly
thewly

Reputation: 11

Bootstrap 4 Video Embed won't Autoplay in iframe

Using Bootstrap 4 I need my embedded Youtube link to autoplay. I haven't seen anything in the documentation on how to get it to autoplay. Everything I've read online has autoplay in a tag, but not in the tag the way Bootstrap has responsive embeds listed. I tried adding 'autoplay' in the iframe tag to no avail. Please let me know what I'm missing

Upvotes: 0

Views: 978

Answers (2)

thewly
thewly

Reputation: 11

Paul was close, the answer was to add ?autoplay=1 to the end of the embedded url. Thanks! Hope this helps someone else.

Upvotes: 1

Paul
Paul

Reputation: 76

Try adding &autoplay=1 to the end of the youtube link

Upvotes: 0

Related Questions