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
Explorer
59 3 5

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
Explorer
59 3 5

This is an accepted solution.

Replies 5 (5)

pierrewebdev
Shopify Partner
48 2 14

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

I just launched a community for Shopify Developers and anyone looking to learn Shopify Development. If you're interested in becoming a Shopify Developer or leveling up your skills, join the community.
https://www.skool.com/shopify-dev-hub-5821
Ecomowner
Explorer
59 3 5

my website is 

Xpressavenue.com

the pw is Shopify2023

pierrewebdev
Shopify Partner
48 2 14

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.

I just launched a community for Shopify Developers and anyone looking to learn Shopify Development. If you're interested in becoming a Shopify Developer or leveling up your skills, join the community.
https://www.skool.com/shopify-dev-hub-5821
Ecomowner
Explorer
59 3 5

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.