log.
← all posts

Image Layouts Demo

·2 min read

This post is a visual reference for all image components available in MDX posts. Set published: true to preview it live.


PostImage — Basic full-width image

No caption, just the image at full column width.

Tenacity logo

CaptionImage — Image with caption

Always shows a caption below.

Tenacity logo
The Tenacity mark. Small, distinct, recognisable.

LayoutImage — Full (default)

Same as PostImage but supports an optional caption.

Full layout
Optional caption on the full layout.

LayoutImage — Wide

Breaks out of the content column. Good for panoramic shots or diagrams.

Wide layout
This bleeds wider than the text column.

LayoutImage — Left float

Image floats left, text wraps around the right.

Left float
Left float caption.

This paragraph wraps around the image on desktop. On mobile it stacks vertically. You can write as much text here as needed and it will continue to flow alongside the image until it clears. Good for adding a human element to a longer section of prose without interrupting the reading flow.


LayoutImage — Right float

Right float
Right float caption.

Same as left, but the image sits on the right side. Useful for alternating visual rhythm across a longer post. Text continues to wrap naturally.


LayoutImage — Split (two images side by side)

Left image
Right image
Two images, side by side. Good for before/after or comparisons.