feat: configurable loading strategy
This commit is contained in:
parent
c3eea75802
commit
5b485bcbd9
2 changed files with 6 additions and 6 deletions
|
@ -21,7 +21,7 @@
|
|||
{% endif %}
|
||||
</div>
|
||||
{%- capture size %}{% if shape == 'square' %}225px{% else %}180px{% endif %}{% endcapture -%}
|
||||
{% image item.image, alt, 'rounded-lg w-full h-full', size %}
|
||||
{% image item.image, alt, 'rounded-lg w-full h-full', size, loading %}
|
||||
</div>
|
||||
</a>
|
||||
{% endfor %}
|
||||
|
|
Reference in a new issue