# 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              |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.boatvertizer.com/embed-ads-on-your-website/image-sizes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
