Disable lazyloaded images for Collage
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
location={location}
|
||||
city={city}
|
||||
hovered={hovered === index}
|
||||
lazy={false}
|
||||
on:hover={({ detail }) => hovered = detail ? index : null}
|
||||
/>
|
||||
{/each}
|
||||
|
||||
Reference in New Issue
Block a user