This commit is contained in:
msuthar09 2022-12-07 14:17:09 -05:00
parent 0c88f069d5
commit 167eb73471
2 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,7 @@ const ProductView: FC<ProductViewProps> = ({ product, relatedProducts }) => {
variant="simple" variant="simple"
className="animated fadeIn" className="animated fadeIn"
imgProps={{ imgProps={{
alt: '',
width: 300, width: 300,
height: 300, height: 300,
}} }}

View File

@ -324,6 +324,7 @@ export default function Search({ categories, brands }: SearchPropsType) {
className="animated fadeIn" className="animated fadeIn"
product={product} product={product}
imgProps={{ imgProps={{
alt: '',
width: 480, width: 480,
height: 480, height: 480,
}} }}