Images
Images include screenshots, inline images, icons, and more. Syntax for images is like the syntax for links, with two differences:
- instead of link text, you provide an image description
- an image description starts with

Or, use the image
directive.
:::{image} img/observability.png
:alt: Elasticsearch
:width: 250px
:::

Screenshots are images displayed with a box-shadow. Define a screenshot by adding the :screenshot:
attribute to a block-level image directive.
:::{image} img/apm.png
:screenshot:
:::

Here is the same image used inline 
Here is the same image used inline
Titles are optional making this the minimal syntax required

Including a title can be done by supplying it as an optional argument.

Inline images are supplied at the end through the title argument.
This is done to maintain maximum compatibility with markdown parsers
and previewers.


W
and H
can be either an absolute number in pixels or a number followed by %
to indicate relative sizing.
If H
is omitted W
is used as the height as well.





[role="screenshot"]
image::images/metrics-alert-filters-and-group.png[Metric threshold filter and group fields]
image::images/synthetics-get-started-projects.png[]