# Thumbnail

The Thumbnail style setting lets you control how post images are displayed across your site. This option defines the **aspect ratio** used for post thumbnails in the feed, helping you match the layout to your content style and visual preferences.

The selected style is applied to the **homepage**, **archive pages**, and **related posts**, ensuring a consistent look throughout the site.

### Step-by-step:

{% stepper %}
{% step %}
Go to **"Design & branding"** in Ghost Admin and click **"Customize"**.
{% endstep %}

{% step %}
In the theme settings tab, find the **"Thumbnail style"** option under the **Homepage** section.
{% endstep %}

{% step %}
Choose your preferred option.
{% endstep %}

{% step %}
Click **"Save"** to apply your changes.
{% endstep %}
{% endstepper %}

### Available options

* **Portrait** (*default*) – Displays images in a vertical format. Ideal for editorial layouts, photography-focused content, and feeds where images play a central role.
* **Landscape** – Displays images in a horizontal format. Works well for balanced layouts, mixed content, and a clean, modern feed appearance.


---

# 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.ektothemes.com/guides/lumi/customization/homepage/thumbnail.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.
