At some point between 2.3.6 and 2.4.8, the Image component started adding a height inline style to the images. This messes up cases where the image would otherwise be scaled down (responsive) and makes images stretched as the height is now getting fixed via the new inline style.
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Create an Image with width and height in 2.3.6
Notice no height inline style.
Upgrade to 2.4.8
Notice new height inline style
Expected behavior
Upgrading should not have broken my image gallery :'(
NextUI Version
2.4.8
Describe the bug
At some point between 2.3.6 and 2.4.8, the
Image
component started adding aheight
inline style to the images. This messes up cases where the image would otherwise be scaled down (responsive) and makes images stretched as the height is now getting fixed via the new inline style.Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Image
with width and height in 2.3.6height
inline style.2.4.8
height
inline styleExpected behavior
Upgrading should not have broken my image gallery :'(
Screenshots or Videos
No response
Operating System Version
macOs
Browser
Chrome