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
* Add ability to pan around an image by mouse to close#7306
* Make the zoom module's panWithMouse param more descriptive
* reuse onTouchMove event
---------
Co-authored-by: Vladimir Kharlampidi <nolimits4web@gmail.com>
Clear and concise description of the problem
Currently, when you zoom in to an image, you have to click to grab the image and then drag it around to pan around the image.
Once zoomed in, I would like to be able to simply move my mouse to pan around the image.
Suggested solution
Either enable panning by mouse movement/hover by default, or add a new parameter (e.g.
panOnHover
) to the zoom moduleAlternative
No response
Additional context
No response
Validations
Would you like to open a PR for this feature?
The text was updated successfully, but these errors were encountered: