From ce406403531f5cd2f1266f7fea66bf5541e27610 Mon Sep 17 00:00:00 2001 From: Sol Irvine Date: Mon, 14 Aug 2023 09:15:09 +0900 Subject: [PATCH] Update three-items.tsx --- components/grid/three-items.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/grid/three-items.tsx b/components/grid/three-items.tsx index cc0718e4e..04fac5b76 100644 --- a/components/grid/three-items.tsx +++ b/components/grid/three-items.tsx @@ -17,11 +17,11 @@ function ThreeItemGridItem({ item, priority }: { item: Product; priority?: boole src={item.featuredImage.url} height={1690} width={1192} - layout="responsive" - // fill + fill sizes={'(min-width: 768px) 33vw, 100vw'} priority={priority} alt={item.title} + className="h-full w-full object-cover" />