I need help with adjusting the crop of a hero video

I need help with adjusting the crop of a hero video

mattpermute
Explorer
71 0 28

Can anyone help me adjust the crop ration of this hero video?

 

I'm having trouble making sense of the specific liquid.

 

I am working on this webpage:

https://theshadesofkco.com/

pw : SOKsummer225

Replies 2 (2)

Joshua098
Shopify Partner
2 0 0

okay 
let talk

 

tim
Shopify Partner
4506 536 1643

I believe you can amend this in Section settings, but I do not have this theme to confirm.

 

Anyway, you should be able to do it using "Custom CSS" setting of this section (178% is your video aspect ratio):

.t4s_ratio {
  --t4s-aspect-ratio: 178%;
}

 

However, this will make your video too tall on desktop, because it's a portrait video.

You may then add a rule like this to still crop the video to fit in window:

@media (min-width:768px) {
  .t4s_ratio {
    max-height: 88vh;
  }
}

Ideally you should have portrait video for mobile and landscape one for desktop....

If my post is helpful, hit the thumb up button -- it will help others with similar problem to find a solution.
I can be reached via e-mail tairli@yahoo.com