From b59886a56e733e270e7718ef3cc1a676c9c823a1 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sat, 27 May 2023 10:01:20 -0700 Subject: [PATCH] chore: don't lazy load artist images above the fold --- src/_includes/now.liquid | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/_includes/now.liquid b/src/_includes/now.liquid index d137226f..cb0f0c5f 100644 --- a/src/_includes/now.liquid +++ b/src/_includes/now.liquid @@ -61,8 +61,7 @@ layout: main width="350" height="350" class="rounded-lg" - alt="{{artist.name | escape}}" - loading="lazy" /> + alt="{{artist.name | escape}}" /> {% endfor %}