fix: media grid

This commit is contained in:
Cory Dransfeldt 2024-02-19 12:42:59 -08:00
parent ca2c7f177d
commit 3ac62d2ab9
No known key found for this signature in database
3 changed files with 3 additions and 4 deletions

View file

@ -37,8 +37,7 @@
'lazy'
{%- endif -%}
{%- endcapture -%}
<!-- <img src="{{ item.image }}" alt="{{ alt }}" loading="{{ loadingStrategy }}" /> -->
{{ item.image}}
<img src="{{ item.image }}" alt="{{ alt }}" loading="{{ loadingStrategy }}" />
</div>
</a>
{% endfor %}