7 FSI Pages JS
149
NeptuneLabs - FSI Viewer
Ratio
Description
Page to display on startup
Syntax
String
Default
1:1
Context
FSI Pages JS
The aspect ratio of pages displayed in FSI Pages.
You can specify any aspect ration (e.g. "320:240" or "1:2") or specify "auto"
to use the aspect ratio of the first image in the image collection.
cropRect
Description
Defines a crop rectangle
Syntax
String
Default
"0,0,1,1"
Context
FSI Pages JS
Crop rectangle (left, top, right, bottom) as 0.0..1.0 floating point values to display a
given section of an image only.
Default: "0,0,1,1"
Note:
You cannot use "CropRect" AND "CropValues" parameters at a time.
If you use both, "CropRect" will be ignored.
cropValues
Description
Defines crop margin values for a page
Syntax
String
Default
"0,0,0,0"
Context
FSI Pages JS
Defines the amount that should be cut off the image from each side.
Values can be provided as pixel (e.g. "20px") or percent (e.g. "10%") or floating point
numbers (e.g. "0.25").