chore: don't lazy load artist images above the fold
This commit is contained in:
parent
6f68d5a989
commit
b59886a56e
1 changed files with 1 additions and 2 deletions
|
@ -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 %}
|
||||||
|
|
Reference in a new issue