Revert no script on LazyImage.svelte

This commit is contained in:
Bradley Shellnut 2023-11-11 16:59:37 -08:00 committed by GitHub
parent a22f35ff09
commit baf06a097f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>