We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.4.2
Trying the NextUI i find out that the props height of Image is not working, only the width is working on.
I tried change the image size and it wont work.
Code example:
<Image width={1000} height={50} src="https://nextui-docs-v2.vercel.app/images/fruit-1.jpeg" />
No response
Use Image component and try to set the height of it.
i expected change the Image height but it don't work
Linux
Chrome
The text was updated successfully, but these errors were encountered:
ENG-1054 [BUG] - Height of Image is not working
Sorry, something went wrong.
wingkwong
Successfully merging a pull request may close this issue.
NextUI Version
2.4.2
Describe the bug
Trying the NextUI i find out that the props height of Image is not working, only the width is working on.
I tried change the image size and it wont work.
Code example:
<Image width={1000} height={50} src="https://nextui-docs-v2.vercel.app/images/fruit-1.jpeg" />
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Use Image component and try to set the height of it.
Expected behavior
i expected change the Image height but it don't work
Screenshots or Videos
No response
Operating System Version
Linux
Browser
Chrome
The text was updated successfully, but these errors were encountered: