Please could someone help me as I am trying to get the youtube video which is embeded on my homepage to autoplay, I am using the Alchemy theme which currently does not allow for this. Would anyone know where I can add the code in for the video to autoplay when a customer comes on the site?
Find the code that embeds the YouTube video on your homepage. This code may use an <iframe> element with a src attribute pointing to the YouTube video URL.
Add the autoplay parameter to the YouTube video URL in the src attribute. The modified code will look something like this:
Replace "your-video-id" with the actual ID of your YouTube video. Make sure to keep the ?autoplay=1 parameter at the end of the URL to enable autoplay.