Logo
Logo is a simplified version of the Image component, optimized for brand marks, wordmarks, and icons. Unlike the Image element, Logo has no fitting, mask, filter, or overlay properties.
Background removal (remove_bg) is not available on Logo elements. If you need background removal, use an Image element instead. alignment is supported; fitting_type, mask, filter, and overlay are not.
Available Properties
| Property | Description |
|---|---|
image_url | String. HTTP(s) URL of your image. Max 10 MB. Supported: jpeg, png, svg, webp, gif |
image_encoded | String. Base64 encoded image. Ignored if image_url is provided |
alignment | One string (top, middle, bottom, left, center, right) or two strings (vertical + horizontal), e.g. "top left" |
shadow_color / shadow_blur / shadow_offset_x / shadow_offset_y | See Shadow |
Example
json
{
"image_url": "https://mycompany.com/logo.svg",
"alignment": "top left"
}
Related
- Element Properties Overview
- Image Element — full image component with fitting, mask, and filter options
