mirror of
https://github.com/immich-app/immich.git
synced 2025-08-07 09:04:09 -04:00
chore: tweak photo sphere fov and zoom speed constants (#20595)
This commit is contained in:
parent
007ba1d9ef
commit
e2c3c39597
@ -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…
x
Reference in New Issue
Block a user