4
0
forked from crowetic/commerce

Reduced by 5 points the quality of images

This commit is contained in:
Luis Alvarez 2020-10-27 09:06:20 -05:00
parent 8d234e2ab1
commit 512adca386
2 changed files with 3 additions and 3 deletions

View File

@ -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>
</> </>

View File

@ -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>
))} ))}