Advertisement
Guest User

Untitled

a guest
May 19th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Because this is so infuriatingly difficult to find on Shopify website!
  2. //
  3.  
  4. pico: 6 × 16
  5.  
  6. icon: 32 × 32
  7.  
  8. thumb: 50 × 50
  9.  
  10. small: 100 × 100
  11.  
  12. compact: 160 × 160
  13.  
  14. medium: 240 × 240
  15.  
  16. large: 480 × 480
  17.  
  18. grande: 600 × 600
  19.  
  20. 1024x1024: 1024 × 1024
  21.  
  22. 2048x2048: 2048 × 2048
  23.  
  24. master: (original)
  25.  
  26. //
  27. example usage:
  28. <img src="{{ image.src | img_url: 'grande' }}" alt="{{ image.alt | escape }}">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement