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 alert
I have an image inside a fixed height/width container, even if I wrap it up in the wrapper element, that element also get the full width, but the image is smaller and is center.
When I hover over the image, the lens is all the way to the left of the image.
Is there a way I can properly use this plugin in such a case?
The text was updated successfully, but these errors were encountered:
@hanoii Not sure if you care anymore, but to try and fix this I hijack the position of the lens in the onthumbmove event and use the offset of the thumb to reposition the x value like this:
I have an image inside a fixed height/width container, even if I wrap it up in the wrapper element, that element also get the full width, but the image is smaller and is center.
When I hover over the image, the lens is all the way to the left of the image.
Is there a way I can properly use this plugin in such a case?
The text was updated successfully, but these errors were encountered: