eager image loading for top recipes on page

This commit is contained in:
2024-02-25 12:54:30 +01:00
parent b4dc4d194f
commit abddf4b201
2 changed files with 8 additions and 3 deletions

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>