mirror of
https://github.com/BradNut/personal-website-sveltekit
synced 2025-09-08 23:20:18 +00:00
Revert no script on LazyImage.svelte
This commit is contained in:
parent
a22f35ff09
commit
baf06a097f
1 changed files with 0 additions and 1 deletions
|
|
@ -20,7 +20,6 @@
|
|||
</script>
|
||||
|
||||
<div class="wrap">
|
||||
<noscript><Img class={clazz} {style} {src} {alt} {loading} bind:ref on:load={() => (loaded = true)} /></noscript>
|
||||
<Img class={clazz} {style} {src} {alt} {loading} bind:ref on:load={() => (loaded = true)} />
|
||||
<div class="blur" class:loaded />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue