Two images side by side with individual captions
| Surface | Note |
|---|---|
| googlechat | table layout may reflow — use two separate image blocks instead |
| side-by-side layout unreliable on mobile email — use two separate images |
| Field | Type | |
|---|---|---|
| left | {'url': 'string', 'alt': 'string', 'caption': 'string'} | optional |
| right | {'url': 'string', 'alt': 'string', 'caption': 'string'} | optional |
{
"type": "image_pair"
}
{
"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"
]
}
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 →