Image

The Image widget is used to display an image. The image is added to the widget as a link so it must be accessible from a URL.

The widget uses this configuration:

SettingDescription
Title The widget title.
Alignment The alignment of the image.
  • Fill: Resizes the image to fill the widget without preserving the image aspect ratio.
  • Center: The image is shown in the original size, centered in the widget.
  • Fit: Resizes the image to fill the widget while preserving the image aspect ratio.
  • Cover: Resizes the image to cover the entire container, even if it is necessary to stretch the image or crop an edge of the image.
Image URL The URL to the image.
Launch URL The URL that is to be launched in a new tab, by clicking the image, the Launch header action, or the widget menu.

If this field is blank, the Launch header action is not displayed.