chore: crop updates

This commit is contained in:
Cory Dransfeldt 2023-09-11 19:36:00 -07:00
parent a76b5e0f75
commit bb179e51fb
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

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