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

Zoomed Image hovering to the side

Open arhoy opened this issue 6 years ago • 1 comments

Hello, I would like to have the zoomed image hovering above, not to the side. I am trying to replicate the zoom functionality of this example https://ethanselzer.github.io/react-image-magnify/#/react-slick

Rather than the basic example where the image is on the right hand side.

I have read the documentation but not sure what props to use.

Thank you

arhoy avatar Nov 28 '19 23:11 arhoy

@arhoy try enlargedImagePosition: 'over'

TimMcCauley avatar Dec 27 '19 15:12 TimMcCauley