How can I change the size of the featured product photos on my home page w/o changing resolution?

I just want to make the featured product photos on my DESKTOP home page smaller so that they are not much taller than the text next to them. Is there a way to do that, but keep the resolution so it zooms in a lot when clicked?

Thank you in advance!

1 Like

Hello,

I will assist you and make sure the feature products photos in your store are not taller than the next to them, I will perfectly help you with this.

@untamedtallow

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.product__media {
    padding-top: 100% !important;
}

After Code view

1 Like

This worked! Thank you so much!