I have been using the theme Envy. I added a video through the custom HTML option. I want to make this video autoplay (this works already) on loop and not muted. I have tried several codes, but nothing seems to work. This is what I am using at the moment :
@cherryblossom11 β I would advise you to include the video using the HTML-video-tag. Actually, ideally you could upload it to shopify and use the video_tag filter for you to take care of the heavy lifting. That would look something like this:
Whatever way you do this β autoplay is getting harder and harder to achieve; in combination with not-muted, pretty much all modern browsers β definitely all mobile ones β will not play along with what you want. They will require user interaction to start the video (and rightfully so). Heres some more information on this topic: .