Open KoushikMVN opened 3 years ago
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, }} />
Did you find any way to use className?
className
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, }} />