Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025