Shopify themes, liquid, logos, and UX
Hi,
Can someone tell me what coding I need to do to get all the images on the product page the same size. I've tried a few but none are working e.g. see second image on this page
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hi @paragon_star,
You can follow these steps to make the effect
1. Open Online Store > Theme > Edit Code
2. Find and open the theme.css (or base.css, custom.css) file
3. Paste the code snippet below at the bottom of the file and hit save
.imgWrapper {
display: flex;
justify-content: center;
align-items: center;
/* You can change this value to fit your preference */
height: 550px;
overflow: hidden;
background: black;
}
.imgWrapper img {
width: auto;
height: 100%;
object-fit: cover;
}
Here is the result
And the best way to make the images look consistent is to make them the same size in the first place.
Hope this helps you solve the issue.
Please don't forget to Like and Mark it as an Accepted Solution if you find this helpful. Thank you!
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
What theme are you using ?
Its a customised theme; Vogal version v1.1
This is an accepted solution.
Hi @paragon_star,
You can follow these steps to make the effect
1. Open Online Store > Theme > Edit Code
2. Find and open the theme.css (or base.css, custom.css) file
3. Paste the code snippet below at the bottom of the file and hit save
.imgWrapper {
display: flex;
justify-content: center;
align-items: center;
/* You can change this value to fit your preference */
height: 550px;
overflow: hidden;
background: black;
}
.imgWrapper img {
width: auto;
height: 100%;
object-fit: cover;
}
Here is the result
And the best way to make the images look consistent is to make them the same size in the first place.
Hope this helps you solve the issue.
Please don't forget to Like and Mark it as an Accepted Solution if you find this helpful. Thank you!
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Legend, thank you so much 🙂
You're welcome!
And if you're looking to add custom free gift functionality to your store, you should definitely check out our app, Salepify! It's designed to enhance your sales strategy with features like tiered discounts, cart rewards, and seamless integration with Shopify! 🎁🚀
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025