chore: crop updates

This commit is contained in:
Cory Dransfeldt 2023-09-11 19:40:43 -07:00
parent bb179e51fb
commit 442a91319d
No known key found for this signature in database

View file

@ -20,7 +20,7 @@
</div>
{% endif %}
</div>
{%- capture size %}{% if shape == 'square' %}300px{% else %}250px{% endif %}{% endcapture -%}
{%- capture size %}{% if shape == 'square' %}225px{% else %}180px{% endif %}{% endcapture -%}
{% image item.image, alt, 'rounded-lg w-full h-full', size, loading %}
</div>
</a>