Image Pair

Two images side by side with individual captions

Surfaces
webmeet-stagepdfapps-script-web
Degraded on
SurfaceNote
googlechattable layout may reflow — use two separate image blocks instead
emailside-by-side layout unreliable on mobile email — use two separate images
Fields
FieldType
left{'url': 'string', 'alt': 'string', 'caption': 'string'}optional
right{'url': 'string', 'alt': 'string', 'caption': 'string'}optional
Example payload
{
  "type": "image_pair"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:image_pair",
  "displayName": "Image Pair",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/image_pair",
  "capabilities": [
    "web",
    "meet-stage",
    "pdf",
    "apps-script-web"
  ],
  "description": "Two images side by side with individual captions",
  "representativeQueries": [
    "show a two images side by side with captions",
    "two images side by side with individual captions",
    "render a image pair"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →