test improvements

This commit is contained in:
Franco Arza
2020-10-26 20:41:01 -03:00
parent 2cd41ee135
commit 037de93e65
2 changed files with 9 additions and 14 deletions

View File

@@ -80,8 +80,8 @@ export default function Home({
key={node.path}
product={node}
// The first image is the largest one in the grid
imgWidth={i === 0 ? '65vw' : '30vw'}
imgHeight={i === 0 ? '45vw' : '22vw'}
imgWidth={i === 0 ? 1600 : 820}
imgHeight={i === 0 ? 1600 : 820}
priority
/>
))}