feat: make thumbhash work with image slider

This commit is contained in:
2024-04-06 23:40:31 +02:00
parent ad2a2aa4f7
commit 8ac79bf1f3
10 changed files with 126 additions and 68 deletions

View File

@@ -13,7 +13,13 @@ const t = useTranslations(Astro.url);
classes="googley-eye-target relative rounded-diag-md border border-neutral gradient grid grid-cols-[250px_1fr] h-[180px] mt-8"
>
<div class="image">
<Image src={MaxImg} alt="its mee" hash={false} maxWidth={700} />
<Image
src={MaxImg}
alt="its mee"
hash={false}
maxWidth={700}
loader={false}
/>
<div class="eye right">
<GoogleyEye client:load />
</div>