> For the complete documentation index, see [llms.txt](https://gitbook-open-v2-preview.gitbook.workers.dev/url/gitbook.gitbook.io/test-gitbook-open/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook-open-v2-preview.gitbook.workers.dev/url/gitbook.gitbook.io/test-gitbook-open/blocks/inline-images.md).

# Inline Images

his paragraph contains inline images, ![](https://images.unsplash.com/photo-1694337596156-ffee96affe24?crop=entropy\&cs=srgb\&fm=jpg\&ixid=M3wxOTcwMjR8MHwxfHJhbmRvbXx8fHx8fHx8fDE3MDgwNzYzNjJ8\&ixlib=rb-4.0.3\&q=85) this first one was using the "original" size, and then this <img src="https://images.unsplash.com/photo-1705086867540-86ee11e93f8b?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHJhbmRvbXx8fHx8fHx8fDE3MDgwNzYzNjJ8&#x26;ixlib=rb-4.0.3&#x26;q=85" alt="" data-size="line">one is using the line size.

This image has intrinsic 400px width, but renders as 300px: ![](/files/4owTlbH8qmWMpwqhmXjC)

Some customers add Cards with inline images instead of Cover images. When they do, we should still respect the 300px width despite the Card being under 250px. The contents of the images should be centered.

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><img src="/files/HmBDlz4n77B86Tu9nrya" alt=""></td><td></td><td></td></tr><tr><td><img src="/files/4siaqEZe4d6jWBDBndlY" alt=""></td><td></td><td></td></tr><tr><td><img src="/files/2XKX4SfOdCaEizmiWiR6" alt=""></td><td></td><td></td></tr></tbody></table>

Finally, we should make sure to render tiny inline images correctly:

11x11 ![](/files/aS9AUx4fl93VrWFnNEi3)

16x16 ![](/files/u0uTPPxDzDAR1pWg7CiO)

22x22 ![](/files/nq2iH67RQ2VtYpxXcEpG)

Images in links should not zoom when clicked, for [example ![](/files/nq2iH67RQ2VtYpxXcEpG) ](/url/gitbook.gitbook.io/test-gitbook-open/text-page.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://gitbook-open-v2-preview.gitbook.workers.dev/url/gitbook.gitbook.io/test-gitbook-open/blocks/inline-images.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.
