All things Shopify and commerce
Hi, I am trying to delete the play icon that is embedded on the original video section within the refresh theme. I want the video to play on loop. Any help will be highly appreciated.
Thanks...
Hi,
At video.liquid remove the play icon , code is something like this
<div class="video-container">
<video controls>
<source src="your-video-url.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
and remove controls attribute and set the video to Loop something like below code
<video loop>
<source src="your-video-url.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
Hi @Small_Task_Help,
Thanks for providing this. Where do I put this code?
Can you provide me with instructions?
Online Store --> Themes --> Edit code --> Sections --> video.liquid
Need to check the backend , if you want you can contact us (details given at signature)
Please share your store url and screenshot also
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024