Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Reverse zoom #135

Open
Open
@wdvr

Description

@wdvr

The image zoom direction by scrolling seems to be reverse of what other applications use:

label studio:

  • ctrl+ scroll up == zoom out
  • ctrl + scroll down == zoom in

other software:

  • scroll up == zoom in
  • scroll down == zoom out

Two suggested solutions:

  1. change it for everyone, by changing the sign here: https://github.com/heartexlabs/label-studio-frontend/blob/fd1e7cad9fdab9ca3c55691b2d0ee23905d51d59/src/tools/Zoom.js#L121
  2. make it configurable by the end user - with an xml parameter similar to zoomControl. See added reverse zoom option (scroll up == zoom in) #134 for a first proposal for this.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions