Browse Source

Document `doubleClickZoom` parameter (see #842).

pull/846/head
Matthew Petroff 4 years ago
parent
commit
becd096819
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      doc/json-config-parameters.md

+ 6
- 0
doc/json-config-parameters.md View File

@@ -102,6 +102,12 @@ Can also be set to `fullscreenonly`, in which case it is only enabled when the
viewer is fullscreen. viewer is fullscreen.




### `doubleClickZoom` (boolean)

If set to `false`, the zoom to click location on double click function will be
disabled. Defaults to `true`.


### `draggable` (boolean) ### `draggable` (boolean)


If set to `false`, mouse and touch dragging is disabled. Defaults to `true`. If set to `false`, mouse and touch dragging is disabled. Defaults to `true`.


Loading…
Cancel
Save