How can I get my embedded Youtube video to autoplay and loop in custom HTML?

Hi there,

I am just chasing some help with some custom HTML I have added to a new page that has an embedded Youtube video using a iframe. I have attached a screenshot of the code and css. I need the video to autoplay and also loop. Does anyone have any experience with this?

Another issues I am having is when I add those parameters above (autoplay=1&loop=1" to the URL, the ‘&’ auto corrects to ‘&’ every time I save and am not sure if this is the reason it isn’t working?

Thank you,

Summer

Hi @summerkate You have typo in parameter it shouble be “autoplay” not “aautoplay” you have extra “a” there

Thank you I have fixed up the typo and still having the same issue…

try adding allow=“autoplay”

Thank you yes this has worked!