CTRL + K

Image element

In addition to its common properties, the image element has several properties of its own.

NameDefaultDescription
sourcenullThe URL of an image (a jpg, png, or svg) you want to display. If it was uploaded using the template editor, it may also be its internal GUID.
providernullThis optional parameter indicates whether to generate the image using a third-party AI platform (such as OpenAI or Stability AI). Refer to the template editor for details on setting up a provider.
fitcoverThis property specifies how the image should be resized to fit the element. It can be set to cover, contain, or fill.
smart_cropfalseExperimental feature. If smart cropping is enabled and fit is set to cover, an edge detection algorithm scans the image to find the best cropping.

Check out the template editor's documentation on the image element as well.

Previous page
Text element
Next page
Video element