chore: don't lazy load artist images above the fold

This commit is contained in:
Cory Dransfeldt 2023-05-27 10:01:20 -07:00
parent 6f68d5a989
commit b59886a56e
No known key found for this signature in database

View file

@ -61,8 +61,7 @@ layout: main
width="350" width="350"
height="350" height="350"
class="rounded-lg" class="rounded-lg"
alt="{{artist.name | escape}}" alt="{{artist.name | escape}}" />
loading="lazy" />
</div> </div>
</a> </a>
{% endfor %} {% endfor %}