10000
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
Following custom preview image demo:
<Image width={200} src="https://zos.alipayobjects.com/rmsportal/jkjgkEfvpUPVyRjUImniVslZfWPnJuuZ.png?x-oss-process=image/blur,r_50,s_50/quality,q_1/resize,m_mfit,h_200,w_200" preview={{ src: 'https://zos.alipayobjects.com/rmsportal/jkjgkEfvpUPVyRjUImniVslZfWPnJuuZ.png', }} />
The only way to close the popup image is either: a) X button b) press on the modal (outside the image).
X
How is it possible to close the popup when clicking the image?
Using Image preview API modifies only the hover modal of the preview, and modal property of preview does the same.
preview
modal
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following custom preview image demo:
The only way to close the popup image is either: a)
X
button b) press on the modal (outside the image).How is it possible to close the popup when clicking the image?
Using Image
preview
API modifies only the hover modal of the preview, andmodal
property of preview does the same.The text was updated successfully, but these errors were encountered: