> For the complete documentation index, see [llms.txt](https://docs.boatvertizer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.boatvertizer.com/embed-ads-on-your-website/image-sizes.md).

# Image Sizes

### Rewriting the URL

You can rewrite all Boatvertizer image URLs provided in our APIs by changing the **-{size}.jpg** suffix in the URL, e.g.:

```url
https://static.boatvertizer.com/fotos/qwerty/12345-{size}.jpg
https://static.boatvertizer.com/fotos/qwerty/12345-small.jpg
https://static.boatvertizer.com/fotos/qwerty/12345-large.jpg
```

### Available Image Sizes

Small sizes are cropped to the given dimensions, while medium and large sizes are proportionally resized to fit the longest side.

| {size}     | width (px) | height (px) | longest side (px) |
| ---------- | ---------- | ----------- | ----------------- |
| mini       | 75         | 75          |                   |
| thumbnail  | 100        | 75          |                   |
| square     | 200        | 200         |                   |
| small      | 250        | 200         |                   |
| thumblarge | 350        | 200         |                   |
| medium     |            |             | 500               |
| large      |            |             | 1024              |
| xlarge     |            |             | 1920              |
