Issue: Product images on a Shopify collection grid look too small due to excessive empty space (“air”) within the source images. Goal is to make items appear larger in the grid.
Preferred solution: Crop images tighter and re-upload for best clarity and consistent framing. A bulk-edit app (e.g., Hextom: Bulk Image Edit & SEO) was suggested to streamline cropping.
Temporary CSS options shared:
Increase displayed size by enlarging width/max-width (~150%) and recentering with translate, enforcing a square aspect ratio. Framed as a stopgap to avoid blur.
Alternative CSS using transform: scale(1.3) with a 1:1 aspect ratio to reduce visible empty space.
Trade-offs: Using transform: scale() can make images appear fuzzy; enlarging via width/translate aims to mitigate fuzziness. Both are considered temporary compared with proper image cropping.
Outcome: The original poster chose to crop images tighter and re-upload. The thread appears resolved. Code snippets and screenshots were provided to illustrate before/after behavior.
Summarized with AI on December 21.
AI used: gpt-5.