offset is not working for horizontal, is there any reason and how to use it · Issue #17 · malaman/react-image-zoom · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss a
8000
lert
const zoomImage = { width: 400, height: 250, zoomWidth: 600, scale:1.5, offset: 'vertical: 0; horizontal: 10', zoomLensStyle: 'opacity: 0.4; background-color: white; width: 50%; height: 50%', zoomStyle: 'opacity: 2; z-index: 2', img: props.imageSrc === null ? productData.gallery[0].url : props.imageSrc };
Here is my style
The text was updated successfully, but these errors were encountered: