Skip to content

Instantly share code, notes, and snippets.

@fsimmons
Last active May 19, 2017 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fsimmons/79a61a108224d36d2cc8a240f7fcf984 to your computer and use it in GitHub Desktop.
Save fsimmons/79a61a108224d36d2cc8a240f7fcf984 to your computer and use it in GitHub Desktop.
Shopify image sizes
Because this is so infuriatingly difficult to find on Shopify website!
//
pico: 6 × 16
icon: 32 × 32
thumb: 50 × 50
small: 100 × 100
compact: 160 × 160
medium: 240 × 240
large: 480 × 480
grande: 600 × 600
1024x1024: 1024 × 1024
2048x2048: 2048 × 2048
master: (original)
//
example usage:
<img src="{{ image.src | img_url: 'grande' }}" alt="{{ image.alt | escape }}">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment