From 512adca386033b7b2ca0394c12887a1bd8bc97f3 Mon Sep 17 00:00:00 2001 From: Luis Alvarez Date: Tue, 27 Oct 2020 09:06:20 -0500 Subject: [PATCH] Reduced by 5 points the quality of images --- components/product/ProductCard/ProductCard.tsx | 4 ++-- components/product/ProductView/ProductView.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/product/ProductCard/ProductCard.tsx b/components/product/ProductCard/ProductCard.tsx index ebaf3f02d..f047136b4 100644 --- a/components/product/ProductCard/ProductCard.tsx +++ b/components/product/ProductCard/ProductCard.tsx @@ -49,7 +49,7 @@ const ProductCard: FC = ({ width={imgWidth} height={imgHeight} priority={priority} - quality="90" + quality="85" /> ) : ( @@ -76,7 +76,7 @@ const ProductCard: FC = ({ width={imgWidth} height={imgHeight} priority={priority} - quality="90" + quality="85" /> diff --git a/components/product/ProductView/ProductView.tsx b/components/product/ProductView/ProductView.tsx index 34d111c2f..57df704c7 100644 --- a/components/product/ProductView/ProductView.tsx +++ b/components/product/ProductView/ProductView.tsx @@ -91,7 +91,7 @@ const ProductView: FC = ({ product }) => { width={1050} height={1050} priority={i === 0} - quality="90" + quality="85" /> ))}