Anyone know how to make the size of video smaller on the homepage for dawn theme

Solved

Anyone know how to make the size of video smaller on the homepage for dawn theme

Ecomowner
Excursionist
30 3 2

I"m looking to make a video on my homepage smaller and not take up so much space on the homepage. Can someone help me with this

 

 

video sizing.jpg

Accepted Solution (1)
Ecomowner
Excursionist
30 3 2

This is an accepted solution.

Replies 5 (5)

pierrewebdev
Shopify Partner
35 1 6

I could take a look and see if I can get it smaller using some CSS.

Can you post a link to your Shopify store

Ecomowner
Excursionist
30 3 2

my website is 

Xpressavenue.com

the pw is Shopify2023

pierrewebdev
Shopify Partner
35 1 6

Hey I managed to make it much smaller by inputting this custom css below.
You can input it as custom css in the section used for this video.

 

 

deferred-media{
  --ratio-percent: 50%;
}

deferred-media img{
  width: auto !important;
  max-width: 100% !important;
  height: 100% !important;
  display: inline;
  position: static;
}

 

 

 

If you want to make it even smaller you just need to make the percentage assigned to --ratio-percent smaller than 50%. Please let me know if that helps.

Ecomowner
Excursionist
30 3 2

This is an accepted solution.

thanks 

Bizmom2
Visitor
1 0 0

Can you help me with my store? I’m needing to make the video on the about us page much smaller as well as the. Product pictures. In addition I would like the smaller video to be on the landing page ideally next to the about us segment lined up.