how do I enlarge the second product image on product page in dawn theme? I

I want it to be as same size as the first image, please help me out guys..!!

Hi @Kartavya_Rana ,

You can always have a code added but I would recommend replacing the image instead. Enlarge the second image to your liking. This is the best solution than having to have a code added

Yes, That’s what I want to do, but my question is how can I do that?

https://fineframes.in/products/aesthetic-boho check out my product page

I want to have both the images in same size

Hi @Kartavya_Rana ,

I see what you mean. You can follow the instructions below.

  1. From your Admin Page, click Online Store > Themes >Actions > Edit code
  2. In the Asset folder, open the base.css
  3. Paste the code below at the very bottom of the file.
.product__media-item.grid__item.slider__slide {
    width: 100%; 
    max-width: 100%;
}

Thanks you so much @made4Uo …!! it was a huge help..!!