feat: make thumbhash work with image slider
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user