---
description: components and formatting examples used in Docker's docs
title: Images
toc_max: 3
---
## Example
- A small image: 
- Large images occupy the full width of the reading column by default:

- Image size can be set using query parameters: `?h=<height>&w=<width>`

- Image with a border, also set with a query parameter: `?border=true`

## HTML and Markdown
```markdown
- A small image: 
- Large images occupy the full width of the reading column by default:

- Image size can be set using query parameters: `?h=<height>&w=<width>`

- Image with a border, also set with a query parameter: `?border=true`

```