Images & Videos
Use media when it helps readers understand something faster than text alone.
Images
Basic image syntax
Use standard Markdown image syntax for most cases.
Add a caption
Add a quoted title in Markdown…
… or, alternatively, use the Image component with a title prop.
Constrain image size
Use the width prop on the Image component to set a max rendered width in pixels. This helps keep large portrait or landscape images from filling the full content width.
Disable click-to-zoom
Set zoom={false} using the Image component when you want the image to stay static and avoid opening the zoom overlay.
Videos
Embed a video file
Use the HTML <video> tag when you have a hosted .mp4 file.
Embed a YouTube video
Use an iframe for YouTube or other hosted video platforms.