You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/config.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,15 +222,15 @@ All parameters are optional.
222
222
```js
223
223
panoData: {
224
224
fullWidth:6000,
225
-
fullHeight:3000,
226
-
croppedWidth:4000,
227
-
croppedHeight:2000,
225
+
fullHeight:3000,// optional
226
+
croppedWidth:4000,// optional
227
+
croppedHeight:2000,// optional
228
228
croppedX:1000,
229
229
croppedY:500,
230
230
}
231
231
```
232
232
233
-
It can also be a function to dynamically compute the cropping config depending on the loaded image.
233
+
It can also be a function to dynamically compute the cropping config depending on the loaded image (note that a [default setting](./adapters/equirectangular.md#default-parameters) is already applied when no data is found).
0 commit comments