Image

An image component is used to display an image.

🚧 HTTPS Images

If your request URLs (or website URLs) are over HTTPS, you will need to ensure that images are loaded over HTTPS likewise. Otherwise, they will not work.

Parameters

ParameterPossible ValuesRequiredDescription
typeimageYesThe type of component you are rendering.
idAny stringNoA unique identifier for the component.
urlA valid HTTPS URLYesThe URL where the image is located.
alignleft``center``right``full_widthNoAligns the image inside the component.Default is left.
widthAny integerYesThe exact width of the image in pixels.
heightAny integerYesThe exact height of the image in pixels.
roundedtrue``falseNoRounds the corners of the image. Default is false.
bottom_marginnoneNoDisables a component’s margin-bottom of 10px.
actionAction ObjectNoThis can be a URL Action only.

Preview