feat: max image width option
This commit is contained in:
parent
07738bc56e
commit
5dc95273ee
3 changed files with 4 additions and 3 deletions
|
@ -32,7 +32,7 @@
|
|||
{%- capture loadingStrategy -%}
|
||||
{%- if loading -%}{{ loading }}{%- else -%}lazy{%- endif -%}
|
||||
{%- endcapture -%}
|
||||
{% image item.image, alt, '', loadingStrategy %}
|
||||
{% image item.image, alt, '', loadingStrategy, 320 %}
|
||||
</div>
|
||||
</a>
|
||||
{% endfor %}
|
||||
|
|
Reference in a new issue