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've been using this project on a small project which required the ability to flip and rotate images due to original uploads not always being in a sensible orientation.
Currently I make these changes by passing in CSS transforms:
Because these transforms don't change the way calculations are performed, it means that a flipped image will move around "backwards" (e.g., moving the mouse left will show the right area magnified). Rotated images are even messier because of the change in dimensions causing a squashed effect.
Is it possible for the component to handle these cases in a native way so that the magnifier can appropriately re-calculate based on the current image position?
The text was updated successfully, but these errors were encountered:
I've been using this project on a small project which required the ability to flip and rotate images due to original uploads not always being in a sensible orientation.
Currently I make these changes by passing in CSS transforms:
Because these transforms don't change the way calculations are performed, it means that a flipped image will move around "backwards" (e.g., moving the mouse left will show the right area magnified). Rotated images are even messier because of the change in dimensions causing a squashed effect.
Is it possible for the component to handle these cases in a native way so that the magnifier can appropriately re-calculate based on the current image position?
The text was updated successfully, but these errors were encountered: