Ethan Selzer

Results 39 comments of Ethan Selzer

@walifaizy - Support for click and tap activation is planned and work has started on it, but I'm not sure when it will be implemented. I will post here when...

@Mikuu - Thanks for opening this issue. I think Node v10.x support is ready for the example project on [branch 51](https://github.com/ethanselzer/react-image-magnify/tree/51). Please pull branch 51 and confirm the change is...

Hi @tojvan - Thanks for the detailed explanation of your issue. I'm wondering what happens if you provide `width` and `height` props on the small image object, [like this](https://github.com/ethanselzer/react-image-magnify/blob/master/example/src/components/FixedWidthSmallImage.js#L17-L18). Do...

Hi @tojvan - I'm surprised you have zero height when configuring small image dimensions. Something I neglected to write in my previous post is to remove or set false the...

@tojvan - Thanks for the feedback. It may be possible to invoke `setSmallImageDimensionState` by setting a `ref` on ReactImageMagnify and then using it in your parent component like this `myRef....

Hi @nathanziarek, Thanks for opening this issue. Unfortunately, I don't know of any examples of react-image-magnify that address the use case you describe. However, I have been thinking about supporting...

Hi @colepatrickturner, Thanks for commenting. I appreciate your support for a fluid width small image story. I think this is the highest priority for the project at this time. I...

@colepatrickturner - thehunt.com looks really cool! Thanks for sharing a link. I'm glad you were able to create a solution for fluid width small images. A new version of react-image-magnify...

@nathanziarek, Thanks for the link to Magic Zoom. I will check it out and see what I can learn from their work. In your original post you wrote about support...

Update: Support for touch and mouse environments in a single component made a significant step forward with the release of a new version of [a core dependency](https://www.npmjs.com/package/react-cursor-position). I'll post future...