Disable lazyloaded images for Collage

This commit is contained in:
2022-05-23 12:08:20 +02:00
parent 5b3fbb7ece
commit f417b80aab
2 changed files with 8 additions and 4 deletions

View File

@@ -17,6 +17,7 @@
location={location}
city={city}
hovered={hovered === index}
lazy={false}
on:hover={({ detail }) => hovered = detail ? index : null}
/>
{/each}