Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion snippets/product-media.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@
{%- enddoc -%}

{% liquid
assign widths = widths | default: '240, 352, 832, 1200, 1600, 1920, 2560, 3840'
comment
Replaced:
Added 450 and 600 for tighter mobile optimization
endcomment

assign widths = widths | default: '240, 352, 450, 533, 600, 720, 832, 1200, 1600, 1920, 2560, 3840'
%}

<div
Expand Down