Zoomable Image

Renders an image that magnifies when hovered over.

Surfaces
webmeet-stageapps-script-web
Fields
FieldType
image_urlstringrequired
alt_textstringrequired
zoom_factorfloatrequired
Example payload
{
  "type": "zoomable_image",
  "image_url": "https://example.com",
  "alt_text": "Descriptive alt text for accessibility",
  "zoom_factor": "Zoom factor"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:zoomable_image",
  "displayName": "Zoomable Image",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/zoomable_image",
  "capabilities": [
    "web",
    "meet-stage",
    "apps-script-web"
  ],
  "description": "Renders an image that magnifies when hovered over.",
  "representativeQueries": [
    "show a image with click-to-zoom lightbox",
    "renders an image that magnifies when hovered over.",
    "render a zoomable image"
  ]
}
← 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 →