react-image-magnify
react-image-magnify copied to clipboard
mouse cursor
Hello, currently the cursor that appears when you place the mouse pointer over the image would think it is "crosshair". How could I modify this css parameter to "zoom-in".
Thank you very much in advance
@pstorresb You can use style to specify zoom-in or any other cursor you'd like.
<ReactImageMagnify style={{ cursor: 'zoom-in' }} />