Closed NhatBNPiconTech closed 5 months ago
@NhatBNPiconTech
@dev-yakuza
@NhatBNPiconTech So, Did you set { width: 0, height: 0 }
to style={style}
in <ImageModal />
?
I think you should correct image size to the width
and height
. I think you can use the Image.getSize
.
Could you check the following link and try to use Image.getSize
and set the real size of the image to the style?
There is no response, so I close the issue.
If you have any problem, please reopen or make a new issue.
Thanks.
when styling with
style={{ width: 0, height: 0 }}
The first time I open it, the image will be blurry. The second time I open it, it will display normally. Please help me. @dev-yakuza