forked from crowetic/commerce
Reduced by 5 points the quality of images
This commit is contained in:
parent
8d234e2ab1
commit
512adca386
@ -49,7 +49,7 @@ const ProductCard: FC<Props> = ({
|
|||||||
width={imgWidth}
|
width={imgWidth}
|
||||||
height={imgHeight}
|
height={imgHeight}
|
||||||
priority={priority}
|
priority={priority}
|
||||||
quality="90"
|
quality="85"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
@ -76,7 +76,7 @@ const ProductCard: FC<Props> = ({
|
|||||||
width={imgWidth}
|
width={imgWidth}
|
||||||
height={imgHeight}
|
height={imgHeight}
|
||||||
priority={priority}
|
priority={priority}
|
||||||
quality="90"
|
quality="85"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
|
@ -91,7 +91,7 @@ const ProductView: FC<Props> = ({ product }) => {
|
|||||||
width={1050}
|
width={1050}
|
||||||
height={1050}
|
height={1050}
|
||||||
priority={i === 0}
|
priority={i === 0}
|
||||||
quality="90"
|
quality="85"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user