Hello everyone, I'm trying to resize the image you can see in the picture below does anyone have any tips?
Solved! Go to the solution
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
i have check this it's working fine
This is an accepted solution.
Yes, sure please add this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
#shopify-section-1608559201edffdc1e .image-content__image-wrapper {
padding-top: 60% !important; /* change value as you like */
}
#shopify-section-1608559201edffdc1e .image-content__image-wrapper img {
height: 100%;
object-fit: contain;
}
it's my pleasure to help us
User | Count |
---|---|
451 | |
213 | |
105 | |
90 | |
87 |