Autoplay in a self-hosted video

vision1_
Tourist
6 0 3

Hi, so I have been using the theme Brooklyn, and I added a video through the custom HTML option. I want to make this video autoplay (as soon as the blog is opened), on loop, and not muted. I have tried searching the codes necessary for this, but nothing seems to work. So far, this is what I've written for the HTML:

<video controls="controls" style="max-width: 100%; height: auto;" autoplay="autoplay" loop="loop">
<source src="https://cdn.shopify.com/s/files/1/0377/3215/5527/files/THE_SPEAKER.mp4?v=1587820546" type="video/mp4">
</video>

The video works the way I wanted in the editor, but not when I opened the blog. Are there any solutions?

Thank you

Replies 29 (29)