# Image Sizes

These are meant to be used with `the_post_thumbnail()` function. The sizes are defined on the Manga+Press Options page, under the Comic Page Options tab.

* **comic-page** Creates a "Comic Page" image from the uploaded comic. This image size would be used to display your comic.
* **comic-admin-thumb** Creates an 80x60 thumbnail for the Comics page in the WordPress admin. This is a private image size that is only used in the WordPress admin.


---

# 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://mangapress.gitbook.io/manga-press-documentation/developer-api/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.
