Image Pair

Two images side by side with individual captions

Surfaces
webgoogle-meet-stagepdfgoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-chattable 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",
    "google-meet-stage",
    "pdf",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "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
Deploy your own Google Apps Script renderer

The renderer is an open-source Google Apps Script web app. 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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →