react-image-magnify icon indicating copy to clipboard operation
react-image-magnify copied to clipboard

mouse cursor

Open pstorresb opened this issue 4 years ago • 1 comments

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 avatar Mar 03 '20 18:03 pstorresb

@pstorresb You can use style to specify zoom-in or any other cursor you'd like.

<ReactImageMagnify style={{ cursor: 'zoom-in' }} />

rabidkitten avatar May 09 '21 19:05 rabidkitten