Shopify themes, liquid, logos, and UX
Hey y'all!
I have a video on my homepage and I am having problems with the following:
Hoping y'all could help me out as I have been searching everywhere for a solution!! My store launches soon and I really want to make my homepage really appealing. Here is my store link: https://www.suvoni.com/?_ab=0&_fd=0&_sc=1
Thanks in advance for everyones input!
Solved! Go to the solution
This is an accepted solution.
First add your video in the "content" tab> archives.
Then you copy the link of the video.
After that you go to the Virtual store> Personalize theme> add section > add personalized liquid.
Then in the blank space (right side of the page) you will fill with your information. Shopify send e a reference link, you must substitute with your infos to play your video.
This is the Shopify reference:
<video poster="" loop="" muted="" playsinline="" nocontrols="" autoplay="" src="https://cdn.shopify.com/videos/c/o/v/d8373af2dd444ba091f7a2c514fd75f3.mp4" width="100%"></video>
The highlighted phrase is where you must substitute with your video link (copied in the content page).
<video poster="" loop="" muted="" playsinline="" nocontrols="" autoplay="" src="https://cdn.shopify.com/videos/c/o/v/d8373af2dd444ba091f7a2c514fd75f3.mp4" width="100%"></video>
it will be like:
<video poster="" loop="" muted="" playsinline="" nocontrols="" autoplay="" src="https://melindavideo.mp4" width="100%"></video>
Then, save and it should work
This is an accepted solution.
I've found the solution!! For those wondering how to make the mobile custom liquid video larger, I added this custom css in the customizer section:
@media screen and (max-width: 740px) {
video {
width: 100% !important;
height: 500px;
display: block;
margin: 0 auto;
object-fit: cover;
}
If you want to adjust the height to your liking, simply adjust the "height" value. Now the result looks like this:
To remove the play button you go the personalized liquid and change the "control" for "nocontrol"
I will try this out! Which code folder would I look for this in? thanks
This is an accepted solution.
First add your video in the "content" tab> archives.
Then you copy the link of the video.
After that you go to the Virtual store> Personalize theme> add section > add personalized liquid.
Then in the blank space (right side of the page) you will fill with your information. Shopify send e a reference link, you must substitute with your infos to play your video.
This is the Shopify reference:
<video poster="" loop="" muted="" playsinline="" nocontrols="" autoplay="" src="https://cdn.shopify.com/videos/c/o/v/d8373af2dd444ba091f7a2c514fd75f3.mp4" width="100%"></video>
The highlighted phrase is where you must substitute with your video link (copied in the content page).
<video poster="" loop="" muted="" playsinline="" nocontrols="" autoplay="" src="https://cdn.shopify.com/videos/c/o/v/d8373af2dd444ba091f7a2c514fd75f3.mp4" width="100%"></video>
it will be like:
<video poster="" loop="" muted="" playsinline="" nocontrols="" autoplay="" src="https://melindavideo.mp4" width="100%"></video>
Then, save and it should work
That worked!!!! However I noticed there’s a white gap at the bottom now, how do I get rid of that? Also do you know how to make the video big on mobile? This is how it’s appearing, need it to be full screen on mobile.
Awesome!
In the "personalized squid" you can adjust the gap. I don't know how it's called in English, so here's the photo. You can decrease that by putting on "0 px". The item is the "preenchimento inferior".
About making the video bigger on mobile I don't know sorry.
Hi , thank you so much for your response! I've tried that already, but for some reason its still there
Hi @Moeed, I saw you comment on another thread. Wondering if you would be able to help me with this?
store url: https://r29prw4gmzsv810m-26499285045.shopifypreview.com
Thanks
This is an accepted solution.
I've found the solution!! For those wondering how to make the mobile custom liquid video larger, I added this custom css in the customizer section:
@media screen and (max-width: 740px) {
video {
width: 100% !important;
height: 500px;
display: block;
margin: 0 auto;
object-fit: cover;
}
If you want to adjust the height to your liking, simply adjust the "height" value. Now the result looks like this:
Awesome!!
You can try this solution:
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025