does anyone know how to make all images the same size display

Topic summary

  • After updating to a new theme version, collection and product images began displaying inconsistently (some appeared zoomed/cropped) instead of fitting uniformly within their boxes. Screenshots were attached to illustrate the mismatch.

  • A helper requested the live link; the merchant made the theme live to expose the issue. The helper initially saw it looking fine but proceeded to offer a fix.

  • Proposed fix: edit theme.liquid in the theme code and insert a snippet just before the tag. A screenshot showed the images displaying uniformly after this change. (Exact code not included in the thread.)

  • Another participant confirmed the solution worked on the Craft theme and noted they found the tag around line 299.

  • Outcome: The image sizing issue appears resolved with the theme.liquid insertion. A separate mention about a white background across the menu was noted but not addressed here.

Summarized with AI on December 17. AI used: gpt-5.

Hi, I’ve recently just updated to a new version and for some reason the collection images and product images display differently, some more zoomed in etc and does not fit the whole product image.

When I had some changes made a last year the images would fit nicely inside the box but after this update it has changed the format.

I have attached some images of what I mean.

1 Like

Hi @vibehome , Can you kindly share the details of your problem (link page) with us? We will check it and suggest you a solution if possible.
Because I see it good in your website now

Hi @BSSCommerce-HDL Yes ofcourse, I will wait to hear on the first part ( white background across the menu) and then I will make the theme live with the issue of the images. Hope this makes sense.

1 Like

Its now live and you can see the image sizes different

1 Like

Last year when the website was being built someone made all the images so its fits in

1 Like

Hi @vibehome ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

This worked for me and I am on the Craft Theme! Thank you so much! I found on line 299 in case that’s helpful for someone else.