Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Have uploaded the MP4, showing in the right hand side banner but not showing in the main section or when I preview the page. Pls help.
Hello @mudanna ,
If the hero video is not working on your Zest theme, there could be several reasons for this. Here are a few things you can check:
Hope these can help.
Have a nice day,
Ali Reviews team
We're sorry but seemed like your password you provided is wrong. Could you please check it again?
Looking forward for your reply.
Ali Reviews
Hello @mudanna ,
You can try to do this:
Go to Online Store -> Themes -> Actions -> Edit Code
Go to sections -> hero.liquid file
Add autoplay attribute to the <video> tag like this:
<video autoplay muted loop>
<source src="path/to/video.mp4" type="video/mp4">
<source src="path/to/video.webm" type="video/webm">
Your browser does not support the video tag.
</video>
Save and preview.
Hope this can work you out.
Regards,
Ali Reviews team