Video background

Solved

Video background

Hesepim
Shopify Partner
30 0 1

Hi everyone,

Can I add a video background to my Shopify homepage? If so, how?

 

Thank you all.

Accepted Solutions (3)

Sweans
Shopify Partner
401 79 121

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

 

 

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at info@sweans.com regarding any help.
- To know more about me check out www.sweans.com

View solution in original post

BSSCommerce-B2B
Shopify Partner
1482 423 483

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

View solution in original post

topnewyork
Globetrotter
633 113 134

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!

Need a Shopify developer?
Hire us at Top New York Web Design
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel

View solution in original post

Replies 3 (3)

Sweans
Shopify Partner
401 79 121

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

 

 

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at info@sweans.com regarding any help.
- To know more about me check out www.sweans.com

BSSCommerce-B2B
Shopify Partner
1482 423 483

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

topnewyork
Globetrotter
633 113 134

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!

Need a Shopify developer?
Hire us at Top New York Web Design
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel