Prose

Images

How to use images in your content with zoom and styling options.

Images

Lifted Image

A lifted image is an image that has border and shadow, making it stand out more.

Color Mode Image

A color mode image is an image that changes based on the current color mode (light or dark). This is useful for images that have different colors in light and dark mode.

Embeds

Component API

ProseImg

NameType Default Required Description
widthstring | number"100%"NoWidth of the image
srcstringNoImage source URL
altstringNoAlt text for the image
heightstring | numberNoHeight of the image
liftedbooleanfalseNoWhether the image should have a lifted style
zoombooleantrueNoWhether the image should have zoom effect on hover

ProseColorModeImage

NameType Default Required Description
srcLightstringNoSource URL for light mode image
srcDarkstringNoSource URL for dark mode image
altstringNoAlt text for the image
widthstring | numberNoWidth of the image
heightstring | numberNoHeight of the image
liftedbooleanfalseNoWhether the image should have a lifted style
zoombooleantrueNoWhether the image should have zoom effect on hover