Image resize

Topic summary

A user is experiencing an image zoom issue with the Impact theme on their Shopify store. The product images appear cropped or overly zoomed in.

Proposed Solution:

  • Access the theme code editor (Online Store → Edit Code)
  • Locate the theme.liquid file
  • Insert custom CSS code above the </body> tag to adjust image sizing

The response includes a code snippet (markup/CSS) intended to fix the image display issue, though the exact code content is not fully visible in the thread. The discussion appears to provide a technical workaround using theme customization rather than adjusting image files directly.

Summarized with AI on November 5. AI used: claude-sonnet-4-5-20250929.

Hello, can you tell me how to resize my photo because it is zoomed in from the theme. The theme I use is Impact.
The url is https://www.pablopier.com/

Hey @PabloPier

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like