Options for fitting content in an empty frame.
| Name | Description | Value |
|---|---|---|
| NONE | Does not use a fitting option. | 1852796517 = ‘none’ |
| CONTENT_TO_FRAME | Resizes content to fit the frame. Note: Content that has different proportions than the frame appears stretched or squeezed. | 1668575078 = ‘ctof’ |
| PROPORTIONALLY | Resizes content to fit the frame while preserving content proportions. If the content and frame have different proportions, some empty space appears in the frame. | 1668247152 = ‘conp’ |
| FILL_PROPORTIONALLY | Resizes content to fill the frame while perserving the content’s proportions. If the content and frame have different proportions, some of the content is obscured by the frame. | 1718185072 = ‘filp’ |
Usage:
- As property:
- FrameFittingOption.fittingOnEmptyFrame