Impact Theme - Add Video MP4 to "Slideshow" On Homepage

hannahjro1
Visitor
2 0 0

Hey everyone! I want to add an MP4 video to the slideshow on the homepage.

Slideshow only allows imagery. Is there a way to customise this in the theme or embed the MP4 file to the slide page?

Thanks!

Replies 3 (3)
BSS-Commerce
Shopify Expert
2851 383 407

Hi @hannahjro1 ,
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.

For B2B solutions and custom pricing, check out B2B Solution & Custom Pricing |
For adding product labels/badges, visit Product Labels by BSS

BSS Commerce - Shopify Apps & Store Development Service Provider

Hire a Shopify expert | Shopify Plus Store Development

hannahjro1
Visitor
2 0 0
BSS-Commerce
Shopify Expert
2851 383 407

Hi @hannahjro1 

As I see, you are currently using the <img> tag for your slides. To be able to use MP4 video On Homepage, please use the video tag.

This is the structure of an MP4 video card

<video width="width_value" height="height_value" controls>
  <source src="video_path_or_url.mp4" type="video/mp4">
  Your browser does not support the video tag.
</video>

Hope it helps @hannahjro1 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.

For B2B solutions and custom pricing, check out B2B Solution & Custom Pricing |
For adding product labels/badges, visit Product Labels by BSS

BSS Commerce - Shopify Apps & Store Development Service Provider

Hire a Shopify expert | Shopify Plus Store Development