# Lightbox

The Lightbox feature lets visitors click on images inside your content to view them in an enlarged overlay. It enhances the visual experience and works on both posts and pages.\
This feature is enabled by default.

### Step-by-step:

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

{% step %}
In the theme settings tab, find the **"Lightbox"** toggle under the **Post** section.
{% endstep %}

{% step %}
Toggle the option as needed.
{% endstep %}

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

{% hint style="info" %}
Disabling this option removes the extra HTML and JavaScript required for the lightbox, improving performance for sites that don’t need this feature.
{% endhint %}


---

# 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/craft/customization/post/lightbox.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.
