You can include rich media content such as photos, resolution-independent diagrams, videos, and audio recordings in your wiki pages, using both local sources and materials from the web.
Assets
panel, click a file you uploaded.Newly uploaded files will be on the last page of the
Assets
panel, but you can re-sort the list by clicking any column header.
The default name for pasted images is
image.png
which will be hard to find when you want to re-use the image. Rename the file so you can find it easily.
Assets
panel, click to select the file you pasted. It will be named image.png
.Image markdown begins with a !
and uses the link syntax.
You can include both internal and external files.
You can wrap an image in a link in place of text.
Use the <video>
tag to include videos hosted locally or on the web.
Show an image from the web and link to an outside page.
[](http://mimix.io)
Use an SVG diagram to scale it without losing resolution.

Show a video hosted on your own server.
<video width="100%" controls>
<source src="https://mimix.io/wp-content/uploads/vlc-record-2020-10-24-18h00m55s-Get-Miki-1080p.mp4-.mp4" type="video/mp4">
</video>
=widthxheight
inside the ()
to set an image to width
and height
.=widthx
to set the width
and scale height
accordingly.=xheight
to set the height
and scale width
accordingly.Setting image width.

Setting image height.

{.align-left}
or {.align-right}
after an image to wrap text around it.<br>
to add blank lines in the wrapped text.<br clear="left">
to stop wrapping.Key
Boddy Operand
in Operator
library Old Value
conservatory New Value
{.align-left}
**Key**
<kbd style="background-color:gold;color:black;">Boddy</kbd> Operand
<kbd style="background-color:lawnGreen;color:black;">in</kbd> Operator
<kbd style="background-color:lightSkyBlue;color:black;">library</kbd> Old Value
<kbd style="background-color:dodgerBlue;color:black;">conservatory</kbd> New Value
<br clear="left">