Images
Responsive, centered email images with width, alignment, and more.
Block images (standalone paragraph) are automatically rendered as responsive, centered email images:
Width
Control image width with the attrs syntax:
{width="400"}Alignment
Images are centered by default. Override with:
{align="left"}Rounded Corners
{width="80" border-radius="50%"}Linked Images
Wrap an image in a link to make it clickable:
[](https://example.com/shop)Inline Images
Images mixed with text in a paragraph are rendered inline:
Feature one with icon  included.Vertical Alignment
Inline images default to vertical-align: middle, centering them with adjacent text. Override per image with valign:
Top-aligned {valign="top"} icon.Supported values: top, middle, bottom, baseline, text-top, text-bottom.
Float
Use float to wrap text around an image instead of flowing beneath it:
{width="80" float="left"} **Monstera Deliciosa, 6" pot** Easy care · Bright indirect light · $42.00Supported values: left, right. Appropriate margin is added automatically.
Note: Outlook desktop ignores
floatand falls back to default inline behavior.
Inline Image Size
Control inline image dimensions with width and height:
A small {width="20" height="20"} icon.