Next.js Discord

Discord Forum

Image with src "/world.png" has either width or height modified, but not the other. If you use CSS t

Unanswered
Long-billed Dowitcher posted this in #help-forum
Open in Discord
Long-billed DowitcherOP
<Image className="absolute" src="/world.png" height={600} width={1500} alt="world" style={{objectFit: 'contain'}} priority/>


hello i have this Warning
Image with src "/world.png" has either width or height modified, but not the other. If you use CSS to change the size of your image, also include the styles 'width: "auto"' or 'height: "auto"' to maintain the aspect ratio.


but dont arrive to fix it

0 Replies