-
Couldn't load subscription status.
- Fork 29.7k
Description
Describe the feature you'd like to request
In a dynamic app where images can have different width and height. for example I may have posts from different users where they upload images of different size, width, height and extension. nextjs current Image component requires a numeric value of width and height. if I set the height to something it causes most of the images to show inappropriately. in other words if I set the image width and height to 500 and original image width is 500 but height is 700 it makes the image looks odd.
Describe the solution you'd like
Remove the numeric value requirement for Image component. if possible make sure Image components automatically detect intrinsic values.
Describe alternatives you've considered
I don't have any alternative solution.