eager image loading for top recipes on page

This commit is contained in:
2024-02-25 12:54:30 +01:00
parent 6f936e2860
commit a9d5e7b5a2
2 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ h1{
<MediaScroller title="In Saison">
{#each data.season as recipe}
<Card {recipe} {current_month} do_margin_right={true}></Card>
<Card {recipe} {current_month} loading_strat={"eager"} do_margin_right={true}></Card>
{/each}
</MediaScroller>