Nutrient Web SDK

ReferenceTemplateImageSizing

Type Alias TemplateImageSizing

Supported image sizing strategies.

Type Alias
Type Signature
type TemplateImageSizing = "original" | "fixed" | "fit-width" | "fit-height" | "fit-max"