# Lightbox

The **Lightbox** feature lets visitors click on images within 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**.

Follow the steps below to access the Lightbox setting:

{% stepper %}
{% step %}

### Access Ghost Admin

* Log in to your Ghost Admin at `yoursite.com/ghost`
  {% endstep %}

{% step %}

### Navigate to Design Settings

* Go to **Settings** > **Site** > **Design & branding** `yoursite.com/ghost/#/settings/design`
* Click the **"Customize"** button to open the theme editor.
  {% endstep %}

{% step %}

### Open Theme Settings

* Locate the **Enable lightbox** toggle under the **Post** section.
  {% endstep %}
  {% endstepper %}

Toggle this option to enable or disable the lightbox effect for images.

{% hint style="warning" %}
Disabling this option removes the additional HTML and JavaScript used by the lightbox, improving overall performance for users who don’t need the 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/caards/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.
