You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-06-27 05:11:11 +02:00
fix(web): improve photosphere viewer settings (#13468)
change photosphere viewer settings
This commit is contained in:
@ -25,11 +25,12 @@
|
||||
plugins,
|
||||
container,
|
||||
panorama,
|
||||
touchmoveTwoFingers: true,
|
||||
touchmoveTwoFingers: false,
|
||||
mousewheelCtrlKey: false,
|
||||
navbar,
|
||||
maxFov: 180,
|
||||
fisheye: true,
|
||||
minFov: 10,
|
||||
maxFov: 120,
|
||||
fisheye: false,
|
||||
});
|
||||
|
||||
if (originalImageUrl && !$alwaysLoadOriginalFile) {
|
||||
|
Reference in New Issue
Block a user