# Images & media

Everything on this page is standard markdown. Open the raw view (the eye) to see exactly what is written, there is nothing wander-specific in the file.

## A full-width image, with a caption

The quoted title becomes the caption under the image:

![a gradient coast](coast.svg "the caption comes from the quoted title")

## Small images

A width after the pipe sizes the image. Right-click any image for the menu: Small, Large, an exact width, a caption, Rename. Click a small image to see it full size.

![dunes|240](dunes.svg)

## A gallery

Images on consecutive lines, no blank line between, sit side by side:

![coast|240](coast.svg "first")
![dunes|240](dunes.svg "second")
![forest|240](forest.svg)

Select several full-width images and choose Small in the menu to build one of these; Large splits it back apart.

## Video

The same syntax plays media. This one is small, a thumbnail with a play badge, click it to watch:

![clip|240](clip.mp4 "a tiny generated clip")

And full width, with inline controls:

![](clip.mp4)

## Audio

An audio file is a compact player row:

![](voice.m4a "two seconds of sine wave")

Back to [[Welcome]].
