building blocks

Images on options

Updated 2026-06-22

You can attach an image to each option in a Selection block so visitors pick from a grid of pictures rather than plain text. This article covers turning images on, the card format, and how images affect layout.

Turning images on

  1. Open the Selection block's settings.
  2. In the Options group, turn on the Image switch.

Once Image is on, each option in the options editor gains an image slot. Upload an image per option, and visitors see those images on the option cards.

Card format

With images enabled, a second switch appears:

  • Card Format (on by default) — each option becomes a card with the image stacked above the label. This is the standard image-grid look.
  • Card Format off — the image sits beside the label in a row layout rather than stacked.

How images affect layout

  • Image options are laid out two per row, so the cards stay large enough to show the picture clearly. (Text-only options can pack more per row.)
  • Each image fills the top of its card and is cropped to fit (object-fit: cover), so images of slightly different dimensions still line up evenly.
  • Options without an uploaded image show a neutral placeholder until you add one.

Adding images in bulk

When importing options from CSV, you can include image URLs in the options table afterward, or paste an Image URL directly into each row in Table View. See Importing options from CSV.

Related