Resize action
The resize modification resizes formats to a certain size. This is available for all file types (images, video, audio, document).
| Property | Value | Details |
|---|---|---|
| kind | ResizeAction |
|
| width | Whole numbers, in pixel | Width of the output format. |
| height | Whole numbers, in pixel | Height of the output format. |
| resizeMode | Enum: "Resize" "Fit" "Shrink" |
Specifies how the dimensions of a ResizeAction are applied to the content. Fit (2) and Shrink (3) keep aspect ratio, Resize (1) does not.
|
