BigCommerce Product Image Optimization Guide

Sizes, formats, alt text, lazy loading, and the BigCommerce-specific details that move rankings and conversion.

|BigCommerce product photography e-commerce SEO image optimization

BigCommerce handles a lot of image work for you — Akamai-backed CDN delivery, automatic responsive image generation, WebP support, and Stencil theme lazy loading. It also leaves several decisions in your hands that most sellers never touch, and those gaps are where ranking and conversion gains hide.

This guide walks through the image choices that actually matter on BigCommerce in 2026: upload specs, where the platform's automatic optimization stops, how alt text and filenames affect SEO, and the technical fixes that move Core Web Vitals on stock Stencil themes.

BigCommerce image specs and what to upload

BigCommerce accepts product images up to 8 MB each, and the platform generates responsive variants automatically through its image manager. Upload size matters less than aspect ratio consistency — but uploading at too low a resolution caps how sharp the largest displayed variant can look.

SlotRecommended upload sizeAspect ratio
Product gallery (primary)2048 × 20481:1
Product gallery (lifestyle)2048 × 25604:5
Category thumbnail1280 × 12801:1
Homepage carousel2560 × 144016:9
Brand logo500 × 500 (PNG)1:1

Stencil themes use the getImage Handlebars helper with named size keys (zoom, hero, productview, thumbnail). The platform serves a downsized variant matching the requested key, so uploading at 2× the largest key your theme uses is the safe default.

Formats, WebP, and the Akamai CDN behavior

BigCommerce serves images through Akamai with automatic WebP conversion for browsers that send the image/webp Accept header. The original format you upload is still stored at the source, but visitors almost always receive the optimized WebP variant.

Pro Tip

Upload JPEG at quality 85 for product photography. Reserve PNG for graphics that need transparency — logos, badges, ghost mannequin cutouts. PNG uploads of photographic content waste storage and don't yield smaller WebP outputs.

Typical delivered file size for a 2048×2048 product image
PNG source
3.7 MB
JPEG q85 source
920 KB
WebP (Akamai delivered)
430 KB

AVIF is not part of the automatic conversion pipeline as of 2026 on stock Stencil themes. If you're running headless commerce against the BigCommerce API, you can opt into AVIF through your own delivery layer.

Alt text, filenames, and product image SEO

Each product image in BigCommerce has a Description field — this becomes the alt attribute on the rendered <img> tag. The field is empty by default, and most BigCommerce stores never fill it in. That's free SEO real estate.

Weak alt text

  • "product-main.jpg"
  • "image1"
  • "DSC_0143"
  • "buy black running shoes online"

Strong alt text

  • "Black running shoe with white sole, side profile"
  • "Black running shoe on white background"
  • "Black running shoe worn outdoors on trail"
  • "Heel cushion detail of black running shoe"

Filenames matter too. BigCommerce keeps the upload filename inside the CDN URL path, and Google uses URL tokens as a weak ranking signal. Rename your files before uploading — there's no rename action in the product image manager.

For structured data, BigCommerce's default product schema includes the image property automatically. The job on your end is making sure those images load fast and stay at stable URLs.

Stencil themes, Core Web Vitals, and the LCP fix

Stencil themes lazy-load below-the-fold images by default. The trap is the same one Shopify stores hit: the LCP element — usually the first product gallery image — sometimes gets loading="lazy" applied too, which delays paint and hurts mobile scores.

Common mistake

Check your theme's templates/components/products/gallery.html (or your theme's equivalent). The first image should render with loading="eager" and fetchpriority="high". If both attributes are absent or set to lazy, that single change can drop LCP by 300–600 ms on mobile.

2.1sMedian mobile LCP on stock Stencil product pages
1.2sAfter eager-loading the LCP image
7%Conversion lift per 100ms LCP improvement (Deloitte)

The other Core Web Vitals pitfall: third-party apps that inject unsized images into product pages cause cumulative layout shift (CLS). Run a Lighthouse audit and look for "image elements do not have explicit width and height" — the offenders are almost always recently-installed apps, not core Stencil.

Catalog consistency: the bigger conversion lever

Technical optimization caps out fast. The compounding gain on BigCommerce stores comes from visual consistency across the catalog: same aspect ratio, same background, same shadow direction, same framing.

When a shopper scrolls a category page and the products look like they came from twelve different photographers — because they often did — the brand reads as low-trust. The fix is a written spec everyone shooting or editing your catalog follows:

  • One canonical aspect ratio for the primary image (1:1 is the safest default for BigCommerce category grids)
  • One background color, specified as a hex value, not "white"
  • One shadow direction and intensity (or commit to no shadow)
  • One framing rule — e.g., product fills 80% of frame, centered

For catalogs already built with inconsistent images, an AI product photo tool like Retouchable can normalize backgrounds, regenerate shadows, and unify framing across hundreds of SKUs without reshooting — at a fraction of traditional retouching costs.

A 15-minute BigCommerce image audit

Run this on your highest-traffic product page and your highest-traffic category page:

  1. PageSpeed Insights — check mobile LCP and image-specific opportunities
  2. View Source — confirm your first product image has loading="eager" and fetchpriority="high"
  3. Inspect the <img> tag — confirm srcset is present and width/height attributes exist
  4. Check the CDN URL — Akamai should serve .webp in Chrome's network panel
  5. Review every gallery image's Description field — descriptive alt text on each
  6. Scroll your top category page — same aspect ratio, background, and framing across products?
  7. Lighthouse "Best Practices" — flags oversized images delivered to smaller display sizes

Most BigCommerce stores find one issue in steps 2–3 (often introduced by a recent theme update or app), and a consistency problem in step 6. Both are fixable in a single afternoon.

Frequently Asked Questions

What is the best image size for BigCommerce product photos?

Upload at 2048 × 2048 pixels for square primary images as quality 85 JPEG. BigCommerce generates responsive variants automatically through Stencil and serves WebP to supporting browsers via Akamai, so you do not need to upload multiple sizes yourself.

Does BigCommerce automatically convert images to WebP?

Yes. BigCommerce serves WebP versions of uploaded JPEG and PNG images through Akamai to any browser that signals support, which covers essentially every modern browser in 2026. There is no setting to toggle — it is on by default.

How do I set alt text on BigCommerce product images?

In the product editor, each image has a Description field that becomes the alt attribute on the rendered img tag. Fill it in for every gallery image with a short, descriptive sentence. Most BigCommerce stores leave this blank, so it is one of the easier image-SEO wins available.

Why are my BigCommerce product pages slow despite the Akamai CDN?

The most common cause is the first gallery image being lazy-loaded instead of eager-loaded, which delays LCP. Open your gallery component template and confirm the first image has loading="eager" and fetchpriority="high". The second most common cause is third-party apps injecting unoptimized images or layout-shifting elements.

Should I upload PNG or JPEG to BigCommerce?

JPEG at quality 85 for photographic content. Reserve PNG for graphics requiring transparency — logos, badges, product cutouts. PNG uploads of photography waste storage and do not produce smaller WebP outputs after Akamai conversion.

Unify your BigCommerce product catalog in an afternoon

Retouchable normalizes backgrounds, shadows, and framing across hundreds of SKUs — no reshoot, no manual retouching.

Try Retouchable Free No credit card required