ethanselzer / react-image-magnify

A responsive image zoom component designed for shopping sites.
https://ethanselzer.github.io/react-image-magnify
MIT License
643 stars 160 forks source link

Zoomed Image hovering to the side #70

Open arhoy opened 4 years ago

arhoy commented 4 years ago

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

TimMcCauley commented 4 years ago

@arhoy try enlargedImagePosition: 'over'