use normal blur for performance

This commit is contained in:
JovannMC 2025-02-05 17:25:50 +03:00
parent 9031254e37
commit 1261584ae6
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -173,18 +173,18 @@
}}
>
<img
class="object-cover w-full h-full blur-xs"
class="object-cover w-full h-[calc(100%-66px)] blur-md"
src={files.files[0].blobUrl}
alt={files.files[0].name}
/>
<div class="absolute bottom-0 left-0 w-full h-full">
<!-- <div class="absolute bottom-0 left-0 w-full h-full">
<ProgressiveBlur
direction="bottom"
endIntensity={256}
iterations={8}
fadeTo="var(--bg)"
/>
</div>
</div> -->
</div>
{/if}
</div>