Next.js Discord

Discord Forum

Next/Image Sizing

Answered
Two posted this in #help-forum
Open in Discord
TwoOP
I have a set of images of various aspect ratios. I want each image to fit its parent container's width, and its height to fit the original aspect ratio of the image. How do I do this with CSS and next/image?
Answered by Two
nvm just figured it out after like 40 mins of troubleshooting, posting the solution here for future reference
View full answer

2 Replies

TwoOP
I'm pretty sure I would just use height: auto if it were a normal relative img element but that doesn't seem to work
TwoOP
nvm just figured it out after like 40 mins of troubleshooting, posting the solution here for future reference
Answer