I am useing ReactImageZoom i want to use onLoad 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, }} />
I am useing
ReactImageZoomi want to useonLoadin 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, }} />