mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
shopify performance tests: add 'compact' size to product_img_url filter
This commit is contained in:
@@ -61,10 +61,10 @@ module ShopFilter
|
|||||||
case style
|
case style
|
||||||
when 'original'
|
when 'original'
|
||||||
return '/files/shops/random_number/' + url
|
return '/files/shops/random_number/' + url
|
||||||
when 'grande', 'large', 'medium', 'small', 'thumb', 'icon'
|
when 'grande', 'large', 'medium', 'compact', 'small', 'thumb', 'icon'
|
||||||
"/files/shops/random_number/products/#{$1}_#{style}.#{$2}"
|
"/files/shops/random_number/products/#{$1}_#{style}.#{$2}"
|
||||||
else
|
else
|
||||||
raise ArgumentError, 'valid parameters for filter "size" are: original, grande, large, medium, small, thumb and icon '
|
raise ArgumentError, 'valid parameters for filter "size" are: original, grande, large, medium, compact, small, thumb and icon '
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user