Liquid, JavaScript, themes, sales channels
I'm using an impulse theme
I have placed a video on the home banner
always i have to press the play button to play the video and the same on mobile
please help to fix the issue
this is the code I used
<video id="Mp4Video-f23891aa-1f4e-42aa-874f-22c9b764805f" src="https://cdn.shopify.com/videos/c/o/v/86b6fcd7631541de862005aa719714b6.mp4" autoplay="autoplay" loop="loop" unmuted="unmuted" playsinline="playsinline" controls="controls" preload="none"></video>
Hi ^^, try this:
<video id="Mp4Video-f23891aa-1f4e-42aa-874f-22c9b764805f"
src="https://cdn.shopify.com/videos/c/o/v/86b6fcd7631541de862005aa719714b6.mp4"
autoplay="autoplay" loop="loop" playsinline="playsinline"
preload="none" muted="muted">
</video>
<script>
document.addEventListener('DOMContentLoaded', function() {
var video = document.getElementById('Mp4Video-f23891aa-1f4e-42aa-874f-22c9b764805f');
video.play();
});
</script>
I added a script to play the video when the page loads. Let me know if that works for you.
User | RANK |
---|---|
37 | |
25 | |
14 | |
13 | |
9 |
Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023