Built-in row type

Built-in

Image row type

An image-oriented row for standalone media, captioned images, image sliders, or compact media plus text.

What it is

An image-oriented row for standalone media, captioned images, image sliders, or compact media plus text.

When to use it

  • Gallery strips
  • Logo sliders
  • Captioned media
  • Compact image and copy rows

Important fields

image_variantimage_desktopheader as alt textbody for text variantimage_styles

Variants

Text

Use card_variant or image_variant "text" when creating this row through the API or form.

Slider item

Use card_variant or image_variant "slider_item" when creating this row through the API or form.

Caption

Use card_variant or image_variant "caption" when creating this row through the API or form.

API example

{
  "type_of": "image",
  "header": "Image",
  "status": "active",
  "image_variant": "text"
}

Built-in rows use type_of. Custom Liquid template rows use template_id instead.