Type alias WidgetImageSizing

WidgetImageSizing: typeof FILL | typeof CONTAIN | typeof COVER | typeof NONE | typeof SCALEDOWN | typeof ZOOM | typeof FIT | typeof CENTER | UnparsedObject

How to size the image on the widget. The values are based on the image object-fit CSS properties. Note: zoom, fit and center values are deprecated.

Generated using TypeDoc