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
I am useing ReactImageZoom i want to use onLoad in image for loading state , can i do that ?
ReactImageZoom
onLoad
<ReactImageZoom {...{ width: 400, zoomWidth: 505, // scale:1.8, offset: { "vertical": 0, "horizontal": 20 }, zoomLensStyle: 'opacity: 0.4; background-color: white; width: 150px; height: 130px', zoomStyle: 'opacity: 2; z-index: 2; border-radius: 5px;', img: productImage, }} />
The text was updated successfully, but these errors were encountered:
Did you find any way to use className?
className
Sorry, something went wrong.
No branches or pull requests
I am useing
ReactImageZoom
i want to useonLoad
in image for loading state , can i do that ?<ReactImageZoom {...{ width: 400, zoomWidth: 505, // scale:1.8, offset: { "vertical": 0, "horizontal": 20 }, zoomLensStyle: 'opacity: 0.4; background-color: white; width: 150px; height: 130px', zoomStyle: 'opacity: 2; z-index: 2; border-radius: 5px;', img: productImage, }} />
The text was updated successfully, but these errors were encountered: