mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
chore: tweak photo sphere fov and zoom speed constants (#20595)
This commit is contained in:
parent
007ba1d9ef
commit
e2c3c39597
1 changed files with 3 additions and 2 deletions
|
|
@ -63,8 +63,9 @@
|
|||
touchmoveTwoFingers: false,
|
||||
mousewheelCtrlKey: false,
|
||||
navbar,
|
||||
minFov: 10,
|
||||
maxFov: 120,
|
||||
minFov: 15,
|
||||
maxFov: 90,
|
||||
zoomSpeed: 0.5,
|
||||
fisheye: false,
|
||||
});
|
||||
const resolutionPlugin = viewer.getPlugin(ResolutionPlugin) as ResolutionPlugin;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue