Shopify themes, liquid, logos, and UX
On my homepage I would like the top banner to be a video which auto plays when the page loads. Removing the controls and play button. The video file has no sound.
I understand you need to change the code for this.
Could anyone provide me with a step-by-step and the code to do this (I haven't updated code before)
Hi, @HAllen
Which version are you using?
Hi AnneLuo,
I'm using 11.0.0
Hi @HAllen,
I haved checked your requirement.
If you want auto plays video banner when the page loads, you need to add the 'autoplay' attribute to the video tag to automatically play the video and the 'loop' attribute to make it repeat after it ends (if you want).
You can reference this thread to do that:
Hope it helps,
I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.
Have a nice day my friend!
If our suggestions are useful, please let us know by giving it a like, marking it as a solution.
BSS: B2B Wholesale Solution |BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
Thank you - this works, but wondering is there a way to not have the video time and controls visible at the bottom?
It looks worse on mobile.
Thanks for your help!
Hi @HAllen ,
To hide the video time and controls at the bottom of the video in a Shopify store banner, you can remove the "controls" attribute from the <video> tag. Here's the example code:
<video autoplay muted loop width="100%" height="auto">
<source src="this is link of your video" type="video/mp4">
</video>
By removing the "controls" attribute, the video controls, including the time display, won't be visible, allowing the video to play without any on-screen controls.
You can try this out...
I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.
Good luck, my friend!
If our suggestions are useful, please let us know by giving it a like, marking it as a solution.
BSS: B2B Wholesale Solution |BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
Thank you - that works showing up in the editor and on desktop version but in mobile view now not playing at all just a static image.... hmmm
Hi @HAllen,
Please refer to the following guide, it will help you add section and work well
Hi @HAllen,
Please go to Customize > Add section > Video:
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024