Images

We use the img shortcode that will display a responsive image from the directory media/img:

[img "path-to-image" "image description"]]

The description of an image is important for accessibility (visually impaired users) and for SEO.

Examples of image insertion:

input
[img "namaskar/work-in-progress.png" "A Work in Progress"]
output

Exemple to display an image media/img/cat/cat1.jpg with a caption :

input
[img "cat/cat1.jpg" caption="A beautiful Cat"]
output
A beautiful Cat
A beautiful Cat