react-inner-image-zoom
react-inner-image-zoom copied to clipboard
A React component for zooming images.
when i try to use ref props it is always return me null , i need the ref props to pass it to scroll package
the project is really the best one on the topic. it would be great if you add a a sidebyside zoom. example: amazon.com zoom. its in most of the ecommerce...
` ` ` Warning: `NaN` is an invalid value for the `top` css style property. in img (at ZoomImage.js:7) in ZoomImage (at InnerImageZoom.js:327) in figure (at InnerImageZoom.js:299) `
On desktop whenever I hover out of the frame, the zoom resets to the inital image. That is correct, but on mobile, when I touch outside the image, the image...
Is it possible to trigger the onLoad event somehow? We're trying to put a spinner for larger images, but am unable to figure out how to implement this event on...
@laurenashpole Here is the issue: TypeError: null is not an object (evaluating 'r.zoomImg.offsetWidth') Someone please check it @jpalumickas @bijection @ysavary @TTATPuOT @laurenashpole
When using this component with TailwindCSS and Preflight is enabled, the zoom functionality is kind of broken. I found out that the bug was due to the `height: auto` in...
Something is changing the color of the image, its not CSS and looking through the code there's nothing changing the color. But for some reason the image looks different, looks...
I have only one size of image, and the zoomed functionality is not working. In this library, a zoom type of image is required (src and zoom src).
Hi, I am using Next Js 12 and I added a module. Whenever I add the types it gives errors. I have attached the Error Screenshot. Can you help me...