3cb-data

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.alexwennerberg.com/3cb-data.git
Log | Files | Refs | README | LICENSE

commit 9e7b745f9fe7f10937c58410b825d9f5a1824a60
parent ee2b2137733c2a28ea0273a2b2b82243a7d8880c
Author: alex wennerberg <alex@alexwennerberg.com>
Date:   Sat, 10 Feb 2024 18:39:13 -0500

lazy loading

I was 429ing before this

Diffstat:
Mtemplates/index.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/index.html b/templates/index.html @@ -31,7 +31,7 @@ tr:hover {background-color: #ddd;} <div class="hover_img"> <a href="https://scryfall.com/search?q={{card}}">{{card}} <span> - <img src="https://api.scryfall.com/cards/named?exact={{card}}&format=image&version=small" /></span></a> + <img loading=lazy src="https://api.scryfall.com/cards/named?exact={{card}}&format=image&version=small" /></span></a> </div> </td> {% endfor %}