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
When an image is open in the media view mode, scrolling with the mouse wheel (or equivalent touchpad gesture) should zoom the image in or out, instead of performing a default scroll.
One can capture mouse wheel events when an image is open in media view mode and implement zoom in/out behavior mapped to scroll direction (scroll up => zoom in, scroll down => zoom out).
Kindly ensure a smooth zoom transitions for a better user experience.
Add ScreenShots
An example of Zoom-on-Scroll:
(Every place the mouse goes, I am scrolling up and down on the mouse wheel, and we are zooming in and out respectively)
Describe the feature
When an image is open in the media view mode, scrolling with the mouse wheel (or equivalent touchpad gesture) should zoom the image in or out, instead of performing a default scroll.
One can capture mouse wheel events when an image is open in media view mode and implement zoom in/out behavior mapped to scroll direction (scroll up => zoom in, scroll down => zoom out).
Kindly ensure a smooth zoom transitions for a better user experience.
Add ScreenShots
An example of Zoom-on-Scroll:
(Every place the mouse goes, I am scrolling up and down on the mouse wheel, and we are zooming in and out respectively)
20250923-2048-01.9350038.mp4
Record
Checklist before Submitting.