mirror of
https://github.com/LukeHagar/immich.git
synced 2025-12-06 12:37:48 +00:00
chore: tweak photo sphere fov and zoom speed constants (#20595)
This commit is contained in:
@@ -63,8 +63,9 @@
|
|||||||
touchmoveTwoFingers: false,
|
touchmoveTwoFingers: false,
|
||||||
mousewheelCtrlKey: false,
|
mousewheelCtrlKey: false,
|
||||||
navbar,
|
navbar,
|
||||||
minFov: 10,
|
minFov: 15,
|
||||||
maxFov: 120,
|
maxFov: 90,
|
||||||
|
zoomSpeed: 0.5,
|
||||||
fisheye: false,
|
fisheye: false,
|
||||||
});
|
});
|
||||||
const resolutionPlugin = viewer.getPlugin(ResolutionPlugin) as ResolutionPlugin;
|
const resolutionPlugin = viewer.getPlugin(ResolutionPlugin) as ResolutionPlugin;
|
||||||
|
|||||||
Reference in New Issue
Block a user