mirror of
https://github.com/vercel/commerce.git
synced 2025-05-16 22:46:58 +00:00
Update ProductView.tsx
This commit is contained in:
parent
9ae544b5b9
commit
e3cbd2d7e0
@ -78,7 +78,7 @@ const ProductView: FC<ProductViewProps> = ({ product, relatedProducts }) => {
|
||||
className="animated fadeIn"
|
||||
imgProps={{
|
||||
alt: p.name,
|
||||
className: 'w-full h-auto',
|
||||
className: 'w-full h-full object-cover',
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user