Skip to content
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 with scroll wheel #53

Open
simbamangu opened this issue Sep 21, 2023 · 1 comment · May be fixed by #122
Open

Zoom with scroll wheel #53

simbamangu opened this issue Sep 21, 2023 · 1 comment · May be fixed by #122
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@simbamangu
Copy link
Contributor

simbamangu commented Sep 21, 2023

Feature request for annotation: zoom with scroll wheel!

Expected behaviour:

Image zooms in/out at point under the cursor. Zoom level per click/roll should be user-selectable and default level fairly modest. At the moment the zoom icon zooms with factor 1.1:
let newHeight = window.imageHeight / 1.1;
In map applications a factor of 1.41 (√2) works well, might be worth a try as default.

@TanyaStere42
Copy link
Member

Request overall accepted. Configuration request "Zoom level per click/roll should be user-selectable" is being pulled out for a later development effort

@erinz2020 erinz2020 linked a pull request Nov 25, 2024 that will close this issue
@erinz2020 erinz2020 linked a pull request Nov 25, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants