Forum Discussion
AndrewYoung2
6 years agoCommunity Member
Embedding a youtube video as a web object - I cannot get the video to autoplay
As per the title I've tried changing the auto play to autoplay=1 and other different things but I cannot for the life of me get it to work.
I want it to stop at 176 seconds
Code below:
<if...
kevinkatler
5 years agoCommunity Member
Since April 2018, Google made some changes to the Autoplay Policy. You not only need to add the autoplay=1 as a query param, but also add allow='autoplay' as an iframe's attribute
So while embed youtube video, you will have to do something like this:
<iframe src="https://www.youtube.com/embed/VIDEO_ID?autoplay=1" allow='autoplay'></iframe>
Related Content
- 11 months ago
- 2 years ago