
From the conversion glossary
Concepts referenced in this article, defined.

Concepts referenced in this article, defined.
Run rigorous A/B tests and personalize every visit on Shopify or any storefront β no engineers required.
Product images are the proxy for physical touch in ecommerce. In a physical store, a customer picks up a jar of face cream to check the texture, reads the label, and examines the packaging quality. Online, images and zoom must do that work. Brands that invest in good product image UX β the right shots, the right order, accessible zoom on mobile β see meaningful lifts in conversion rate and reductions in return rates. This guide covers what works.
The reason people abandon product pages without buying is often uncertainty. "Will this colour look different in real life? Is the packaging that small? What does the texture actually look like?" These questions arise when images do not show enough.
The most effective way to answer these questions is better imagery with accessible zoom β not more copy, not longer descriptions.
Research on shopper behaviour:
For Indian D2C brands, where a significant portion of customers cannot physically inspect products before purchase and where return logistics are costly, better imagery is both a conversion and a returns-reduction investment.
The hero image (the first image a visitor sees) must do the most work. The optimal order for a product gallery:
For a 6-image gallery, this order covers the customer's main information needs and mirrors how they would examine the product in a store.
This is the baseline expectation. Mobile users expect to be able to pinch product images to zoom in. Many ecommerce themes disable native pinch-to-zoom on product pages (often to prevent layout issues) β this is a mistake. If your theme has disabled it, re-enable it.
Test right now: go to your product page on a mobile device and try to pinch-zoom the hero image. If it does not work, that is a conversion problem to fix today.
A better experience than pinch-zoom: tap the image to open it fullscreen, then pinch-zoom within the fullscreen view. This gives maximum zoom capability without the awkward layout issues of in-page zoom.
Implementation: a lightbox that shows the full-resolution image (not just the thumbnail) on tap. The lightbox should:
On desktop, a hover-to-magnify pattern (where moving the cursor over the image shows a zoomed view in a panel beside or over the image) is a standard UX pattern that works well. It requires no click β just hovering β which matches desktop browsing behaviour.
Do not try to adapt this pattern to mobile. There is no hover on touchscreens. On mobile, tap-to-fullscreen is the correct pattern.
Zoom is only useful if the zoomed image is high enough resolution to reveal detail. Requirements:
A product image that looks fine at thumbnail size but becomes blurry when zoomed destroys the purpose of zoom. Always test the actual zoom quality, not just whether the zoom feature works.
Carousel (swipe through images): The standard for mobile product galleries. One image shown at a time, swipe to advance. Works well but requires good swipe gesture implementation β swipe sensitivity that also scrolls the page is a common mobile bug.
Grid of thumbnails below hero: Thumbnails below the main image let users jump directly to any image. Good for products where users know which angle they want to see (e.g., "I want to see the back panel"). Thumbnails should be at least 48Γ48 pixels on mobile.
Vertical stack (all images stacked and scrollable): All images shown full-width, stacked vertically in the page flow. Works well for detail-heavy products where the user wants to see everything in order (apparel, home dΓ©cor). Does not require a separate gallery UI β images are just content in the page.
For most D2C products, a carousel with thumbnail navigation is the best hybrid: clean and fast to browse, but with thumbnails for direct navigation.
Show the user how many images are in the gallery. A dot indicator ("βββββ" β showing current position in a 5-image gallery) or a count ("2 / 6") tells the user how much more is available. Without this signal, many users stop at image 2 assuming that is all there is.
Video in a product gallery can materially increase conversion rate for the right products:
Best products for gallery video:
Video format guidelines:
Place video as the 2nd or 3rd gallery item β after the hero shot but before the lifestyle images. This is when the user is most engaged with the gallery and most likely to watch.
For the technical implementation, host video on the same CDN as images (not YouTube β see the landing page video guide for reasons). Lazy-load the video so it does not slow the initial page load.
When a product has colour, flavour, or packaging variants, the gallery should update to show the correct images when the user selects a variant.
Example: a face cream sold in three jar sizes (50ml, 100ml, 200ml). Selecting the 100ml variant should update the gallery to show the 100ml jar, not the 50ml hero shot. Many Shopify stores fail this basic test β the images never update regardless of which variant is selected.
This matters especially for:
Implement variant-specific image swapping using the variant image association feature in your platform (Shopify supports this natively).
Product image UX improvements are highly testable:
| Test | Control | Variant |
|---|---|---|
| Image order | White background hero first | Lifestyle image as hero |
| Zoom functionality | Pinch-only zoom | Tap-to-fullscreen lightbox |
| Gallery depth | 3 images | 6 images (add detail + packaging shots) |
| Video inclusion | Images only | Image + 45-second product demo video |
Track: add-to-cart rate, product page conversion rate, and return rate (longer-term β better images reduce "not as expected" returns).
Invest in professional photography. A βΉ10,000 product photography session pays for itself if it lifts conversion rate by even 0.5% on a store with βΉ50,000/month in revenue. Amateur photos on a dim background communicate low quality regardless of the product itself.
Show real scale. A hand holding the product, a ruler beside it, or a familiar reference object (next to a βΉ10 coin, next to a standard bottle) prevents post-delivery size surprises that drive returns.
During festive season, add context images. A Diwali gift hamper being unboxed, a product with festive packaging, or a product shown as a gift β these images are worth adding for the festive campaign window and converting gift buyers.
Test image load speed. Large uncompressed images kill mobile load time. Run every image through compression (WebP via Squoosh or your CDN's image optimisation) before uploading.
For more on ecommerce UX, see the UX pillar guide and the UX audit checklist.