mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(web): improve photosphere viewer settings (#13468)
change photosphere viewer settings
This commit is contained in:
parent
e3fc4d7b0a
commit
7011231c4c
1 changed files with 4 additions and 3 deletions
|
|
@ -25,11 +25,12 @@
|
||||||
plugins,
|
plugins,
|
||||||
container,
|
container,
|
||||||
panorama,
|
panorama,
|
||||||
touchmoveTwoFingers: true,
|
touchmoveTwoFingers: false,
|
||||||
mousewheelCtrlKey: false,
|
mousewheelCtrlKey: false,
|
||||||
navbar,
|
navbar,
|
||||||
maxFov: 180,
|
minFov: 10,
|
||||||
fisheye: true,
|
maxFov: 120,
|
||||||
|
fisheye: false,
|
||||||
});
|
});
|
||||||
|
|
||||||
if (originalImageUrl && !$alwaysLoadOriginalFile) {
|
if (originalImageUrl && !$alwaysLoadOriginalFile) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue