Images in Dawn theme are not the same size or too large.

Solved

Images in Dawn theme are not the same size or too large.

Gladstonehifi
Tourist
9 0 3

I have recently moved to Dawn Theme and finding that the product tiles are not the same size in search results.   Also the images in their own product page are huge.  I would like the images to fit within a square size in my search results, and not be any larger than a certain size, unless you click on the image to expand it.   I've tried a few suggestions from the community site, but nothing seems to be working for me.

It's been a long time since I've played around with the themes, but I can follow clear instructions.

I'd appreciate any help you could give please.

Screenshot 2025-03-20 at 4.57.05 pm.jpgScreenshot 2025-03-20 at 4.59.45 pm.jpgsome images are

Accepted Solution (1)

tim
Shopify Partner
4293 490 1577

This is an accepted solution.

What setting have you selected here:

Screenshot 2025-03-20 at 6.48.22 PM.png

 

And since it's a per-section setting you'd need to check it in collection section, search results section, recommended products as well.

When you select "Square", theme will crop images by default. To scale them down instead, you may add this to the "Custom CSS' setting of these sections:

.card__media img {
  object-fit: contain !important;
}
If my post is helpful, consider liking it -- it will help others with similar problem to find a solution.
I can be reached via e-mail tairli@yahoo.com

View solution in original post

Replies 7 (7)

Moeed
Shopify Partner
7366 1994 2433

Hey @Gladstonehifi 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


tim
Shopify Partner
4293 490 1577

This is an accepted solution.

What setting have you selected here:

Screenshot 2025-03-20 at 6.48.22 PM.png

 

And since it's a per-section setting you'd need to check it in collection section, search results section, recommended products as well.

When you select "Square", theme will crop images by default. To scale them down instead, you may add this to the "Custom CSS' setting of these sections:

.card__media img {
  object-fit: contain !important;
}
If my post is helpful, consider liking it -- it will help others with similar problem to find a solution.
I can be reached via e-mail tairli@yahoo.com
Gladstonehifi
Tourist
9 0 3

Fantastic, thank you Tim.  I hadn't changed to square in all the sections, and defiantly needed the extra coding to stop the image being cropped.  

Bundler-Manuel
Astronaut
959 47 110

Hey there @Gladstonehifi  if you aren’t too proficient with using codes, here’s a way you can fix this without using any code but with the help of an app

  1. Go to your Shopify dashboard and click on Apps.
  2. Visit the Shopify app store and search for Photo Resize.
  3. Install the app and let it analyze your shop images.
  4. Preview the recommended images and resize them.
  5. Check to see if the pictures in your store are all the same size. 

Give this a try and let me know if it works for you!

Emmanuel
Please let me know if it works by marking it as a solution!
Bundler - Product Bundles app, a great bundle app for Shopify, with glowing user testimonials and a free plan.

Dan-From-Ryviu
Shopify Partner
11612 2276 2456

Hi @Gladstonehifi 

You can solve it by changing option of Image ratio from Adapt to image to Square or Portrait in Online Store > Themes > Customize > click Homepage dropdown menu > Collections > Default collection Screenshot 2025-03-20 at 15.52.15.png

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

Gladstonehifi
Tourist
9 0 3

Hi Dan-From-Ryviu.  I had a look at your suggestion, but square was already selected. square.jpg

Gladstonehifi
Tourist
9 0 3

Thank you anyway.