-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zoom in/out with mouse wheel. #6713
Comments
How do you intend to scroll the pages then? |
@theoryshaw Ah, you are clicking and dragging to scroll, or? |
using mouse wheel to zoom. It zooms to center of where the cursor is placed. also, holding down middle mouse button (which is the scroll button too), it pans. |
This seems like enough of a special case to not warrant the added complexity it would bring to the default viewer; closing as WONTFIX? |
Zooming with mouse wheel + CTRL is a common use case and PDF viewer. Chrome PDF viewer supports this very well. In pdf.js, zoom results in entire page including pdf.js control bar zooming out. Can you reconsider the issue? |
Zooming everything instead of only the page is a bug that is in the process of being fixed; see the recently merged #10652 and the corresponding upstream bug for Firefox. |
Possible to include a preference where you can just use the mouse wheel to zoom in and out?
In additon to ctrl + Mouse wheel, that is.
The text was updated successfully, but these errors were encountered: