Next.js Discord

Discord Forum

Why Next.js Image renders a gigantic image (i set sizes)?

Unanswered
Nebelung posted this in #help-forum
Open in Discord
NebelungOP
Hello, I'm having trouble with Image component.

Why the image on my website renders the size of 4552x3076 px when i have sizes set to 60vw and my screen is 1500px?
<Image  ...
  width={image.dimensions.width }
  height={image.dimensions.height }
  sizes="(max-width: 768px) 100vw, 70vw"
/>

0 Replies