mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 18:55:44 +03:00
double-tap zoom out once reach max scale
This commit is contained in:
parent
a37c3d6081
commit
d62712d587
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ function Media({
|
|||
enabled: pinchZoomEnabled,
|
||||
draggableUnZoomed: false,
|
||||
inertiaFriction: 0.9,
|
||||
doubleTapZoomOutOnMaxScale: true,
|
||||
containerProps: {
|
||||
className: 'media-zoom',
|
||||
style: {
|
||||
|
|
Loading…
Reference in a new issue