diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-15 16:04:24 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-15 16:04:24 +0700 |
| commit | 573b2cba3ab4cf90b19c6f510b73bd289eddf435 (patch) | |
| tree | f664f4f8aa3a9d09dac684e7649d5ede5e96d2a9 /src-migrate/modules | |
| parent | 9478c11061fce4ddbc6a92b98ac0708d33423179 (diff) | |
<Miqdad> product detail image fill
Diffstat (limited to 'src-migrate/modules')
| -rw-r--r-- | src-migrate/modules/product-detail/components/Image.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src-migrate/modules/product-detail/components/Image.tsx b/src-migrate/modules/product-detail/components/Image.tsx index 96ae2027..d99b683c 100644 --- a/src-migrate/modules/product-detail/components/Image.tsx +++ b/src-migrate/modules/product-detail/components/Image.tsx @@ -50,8 +50,7 @@ const Image = ({ product }: Props) => { <ImageUI src={image} alt={product.name} - width={256} - height={256} + fill className={style['image']} loading='eager' priority |
