mirror of https://github.com/VERT-sh/VERT.git
use normal blur for performance
This commit is contained in:
parent
9031254e37
commit
1261584ae6
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue