From 47906f491db360a95120cd2159d4a44d38948932 Mon Sep 17 00:00:00 2001 From: not manx Date: Mon, 17 Aug 2020 20:10:54 +0100 Subject: [PATCH] Lazy load thumbnails --- src/index.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.svelte b/src/index.svelte index f6c1167..babeb24 100644 --- a/src/index.svelte +++ b/src/index.svelte @@ -67,7 +67,7 @@ {#if file_list}
{#each thumb_list as thumb, i} - open_lightbox(i)} src="{url.root}{url.thumb}{thumb}" /> + open_lightbox(i)} src="{url.root}{url.thumb}{thumb}" /> {/each}
{/if}