Interface: ImageCompression
Properties​
maxHeight?​
optional
maxHeight:number
New image max height (ratio is preserved)
Defined in​
packages/firecms_core/src/types/properties.ts:858
maxWidth?​
optional
maxWidth:number
New image max width (ratio is preserved)
Defined in​
packages/firecms_core/src/types/properties.ts:863
quality?​
optional
quality:number
A number between 0 and 100. Used for the JPEG compression.(if no compress is needed, just set it to 100)