Product images affect conversion rates, search rankings, and infrastructure costs. Here's the complete playbook for optimizing them properly.
For e-commerce stores, images aren't a side issue. They're central to the customer experience. Customers can't touch your product, so images do all the work that physical inspection would do in a store.
Poorly optimized images cost you on three fronts: slower pages (lost conversions), worse SEO (lost traffic), and higher infrastructure bills. This guide gives you the playbook to fix all three.
E-commerce images have to balance three things:
The art is satisfying all three without compromising any. This is solvable.
For product images: use WebP as the primary format with JPG fallback. Optional: add AVIF for the smallest files in supporting browsers.
<picture>
<source srcset="product.avif" type="image/avif">
<source srcset="product.webp" type="image/webp">
<img src="product.jpg" alt="Product name" width="800" height="800">
</picture>
For product photography specifically, WebP at quality 85 is the sweet spot. Smaller than JPG, visually identical, and supported everywhere your customers will be.
For each product photo, generate multiple sizes:
Use srcset to serve the right size to each viewport. Don't load the 2400px version on a mobile thumbnail.
Product image SEO is criminally underused. Most stores have generic file names (IMG_4523.jpg) and minimal alt text. Fix this and you can capture significant Image Search traffic.
For each product image:
red-running-shoes-men-size-10-side-view.jpg (descriptive, hyphenated, lowercase)Product images convert best on consistent, clean backgrounds — usually pure white (#FFFFFF) or a neutral light gray. Amazon, Apple, and most major e-commerce sites use white backgrounds for this reason.
Inconsistent backgrounds across products look unprofessional. If your photos have varied backgrounds, use background removal to standardize them. (Soon to be available in pictoolkit's browser-based background remover.)
50-70% of e-commerce traffic is mobile. Optimize aggressively for mobile:
Shopify automatically generates multiple image sizes and serves WebP to supporting browsers. The main thing you control is the source quality. Upload high-resolution PNGs or JPGs and let Shopify handle the optimization.
You can hand-optimize using our tools before upload if you want WebP or AVIF in the source as well.
WooCommerce on WordPress doesn't optimize as aggressively. Use a plugin like ShortPixel or Imagify, or manually convert images to WebP before upload. Set the WordPress image size thresholds appropriately.
Similar to Shopify — automatic resizing and modern format serving. Focus on source quality and proper alt text.
You have full control. Set up an image CDN that does on-the-fly conversion and resizing (Imgix, Cloudinary, Bunny, etc.) or generate optimized versions at upload time.
Fixing image optimization is one of the highest-ROI things you can do for an e-commerce store. Better speed = more conversions. Better SEO = more traffic. Smaller files = lower infrastructure costs. The work pays for itself.
Optimize your product images with pictoolkit's browser-based tools. No upload, no signup, batch process hundreds at once.