FOLLOW @MEANFOLK ON INSTAGRAM
FOLLOW @MEANFOLK ON INSTAGRAM
{% comment %} For a grid that is 3 columns wide {% endcomment %}
{% for block in section.blocks %}
{%- liquid
if forloop.index <= 3
assign loading = "eager"
else
assign loading = "lazy"
endif
-%}
{{ block.settings.image
| image_url: width: 300
| image_tag: loading: loading }}
{% endfor %}