2023-02-01 17:58:59 +00:00
|
|
|
+++
|
2023-02-02 10:46:58 +00:00
|
|
|
title = "Responsive images"
|
2023-02-01 17:58:59 +00:00
|
|
|
date = 2023-01-12
|
|
|
|
[taxonomies]
|
|
|
|
tags= ["Zola", "Theme", "gallery"]
|
|
|
|
[extra]
|
|
|
|
images= ["1.png"]
|
|
|
|
+++
|
|
|
|
|
|
|
|
|
|
|
|
{{ image(src="1.png", alt="Example image") }}
|
|
|
|
|
|
|
|
You can include responsive images using the image shortcode like so:
|
|
|
|
|
|
|
|
```md
|
|
|
|
\{\{ image(src="yourimage.jpg", alt="This is my image") }}
|
|
|
|
```
|