lazy-load thumbnails
This commit is contained in:
parent
41315b5c13
commit
4cb38c07c7
@ -5,7 +5,7 @@
|
||||
class="s12 m2"
|
||||
target="_blank"
|
||||
href={`https://boardgamegeek.com/boardgame/${game.bgg_id}`}>
|
||||
<img src={game.thumbnail} height="80" /></a>
|
||||
<img loading="lazy" src={game.thumbnail} height="80" /></a>
|
||||
<div class="grid s12 m10">
|
||||
<div class="s8 left-align">
|
||||
<strong>
|
||||
|
Loading…
Reference in New Issue
Block a user