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
|
<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}
|
src={files.files[0].blobUrl}
|
||||||
alt={files.files[0].name}
|
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
|
<ProgressiveBlur
|
||||||
direction="bottom"
|
direction="bottom"
|
||||||
endIntensity={256}
|
endIntensity={256}
|
||||||
iterations={8}
|
iterations={8}
|
||||||
fadeTo="var(--bg)"
|
fadeTo="var(--bg)"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div> -->
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue