Shopify themes, liquid, logos, and UX
Hi everyone,
Can I add a video background to my Shopify homepage? If so, how?
Thank you all.
Solved! Go to the solution
This is an accepted solution.
Hi @Hesepim ,
We can help you to add a video background to the Shopify home page. Please follow the steps below.
-Prepare the video in mp4 format. you can upload the video to YouTube or Vimeo.
-Upload it to Shopify under Settings > Files.
-Next edit the theme file :
Go to: Online Store > Themes. Click Actions > Edit code.
-Add the below code to index.liquid:
<div class="video-background">
<video autoplay muted loop>
<source src="video_url" type="video/mp4"> Your browser does not support the video tag. </video>
</div>
Replace the video_url with the video link that you have uploaded.
-Add the below css to theme.scss.liquid or styles.scss.liquid or main.css
.video-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: -1;
}
.video-background video {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: auto;
min-width: 100%;
min-height: 100%;
transform: translate(-50%, -50%);
object-fit: cover;
}
Save the changes and preview the site.
I hope this helps! If it does, please like it and mark it as a solution!
If you need further assistance, feel free to reach out!
Regards,
Sweans
This is an accepted solution.
@Hesepim, follow this tutorial https://www.youtube.com/watch?v=zsH6OkV8Dfs
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
This is an accepted solution.
Hi @Hesepim , kindly check out the below given videos
And
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
This is an accepted solution.
Hi @Hesepim ,
We can help you to add a video background to the Shopify home page. Please follow the steps below.
-Prepare the video in mp4 format. you can upload the video to YouTube or Vimeo.
-Upload it to Shopify under Settings > Files.
-Next edit the theme file :
Go to: Online Store > Themes. Click Actions > Edit code.
-Add the below code to index.liquid:
<div class="video-background">
<video autoplay muted loop>
<source src="video_url" type="video/mp4"> Your browser does not support the video tag. </video>
</div>
Replace the video_url with the video link that you have uploaded.
-Add the below css to theme.scss.liquid or styles.scss.liquid or main.css
.video-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: -1;
}
.video-background video {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: auto;
min-width: 100%;
min-height: 100%;
transform: translate(-50%, -50%);
object-fit: cover;
}
Save the changes and preview the site.
I hope this helps! If it does, please like it and mark it as a solution!
If you need further assistance, feel free to reach out!
Regards,
Sweans
This is an accepted solution.
@Hesepim, follow this tutorial https://www.youtube.com/watch?v=zsH6OkV8Dfs
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
This is an accepted solution.
Hi @Hesepim , kindly check out the below given videos
And
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
By 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, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024