Title: EC Lightbox
Author: daniloercoli
Published: <strong>जनवरी 20, 2026</strong>
Last modified: जनवरी 20, 2026

---

प्लगिनहरू खोज्नुहोस्

![](https://ps.w.org/ec-lightbox/assets/icon-256x256.jpg?rev=3443453)

# EC Lightbox

 [daniloercoli](https://profiles.wordpress.org/daniloercoli/) द्वारा

[डाउनलोड गर्नुहोस्](https://downloads.wordpress.org/plugin/ec-lightbox.1.1.0.zip)

 * [विवरण](https://ne.wordpress.org/plugins/ec-lightbox/#description)
 * [समीक्षाहरू](https://ne.wordpress.org/plugins/ec-lightbox/#reviews)
 *  [स्थापना](https://ne.wordpress.org/plugins/ec-lightbox/#installation)
 * [विकास](https://ne.wordpress.org/plugins/ec-lightbox/#developers)

 [सहायता](https://wordpress.org/support/plugin/ec-lightbox/)

## विवरण

EC Lightbox is a minimal WordPress plugin that adds a modern lightbox to galleries
using [GLightbox](https://github.com/biati-digital/glightbox).

The plugin is opt-in by behavior: once activated, it only applies its lightbox functionality
to blocks where you explicitly add a custom CSS class (for example, a Gallery block).
Everywhere else, WordPress behaves normally.

### Features

 * Uses [GLightbox](https://github.com/biati-digital/glightbox) for a clean, responsive
   lightbox.
 * Works with WordPress core blocks (e.g. Gallery, Image).
 * Opt-in activation via a custom CSS class (`ec-lightbox`).
 * Groups images by gallery container (each block with `ec-lightbox` is its own 
   gallery).
 * Includes a **Settings page** in WordPress Admin.
 * Configurable behavior: loop, touch navigation, zoom.
 * Local vendor assets by default (no hard dependency on external CDNs).

### Requirements

 * WordPress 5.0+
 * PHP 7.0+
 * A block-based setup (Gutenberg) is recommended.

### How to enable EC Lightbox on a Gallery block

 1. Insert a **Gallery** block.
 2. Select the **Gallery block itself** (not a single image inside it).
 3. In the block sidebar, configure:
 4.  * **Link to**  `None`
     * Disable **“Open in lightbox” / “Enlarge on click”** if present.
 5. Open the **Advanced** panel.
 6. Add the following class:
     ec-lightbox
 7. Update or publish the post.

When users click an image inside that gallery, EC Lightbox will open and allow navigation
through the gallery.

Note:
 Make sure individual images inside the gallery do **not** have click settings
assigned. If these WP-native actions remain enabled, WordPress will attach its own
click/lightbox behavior, overriding this plugin.

### ⚙️ Settings Page (WordPress Admin)

A configuration screen is available at:

**Settings  EC Lightbox**

Available options:

 * **Loop images**
 * **Enable touch navigation**
 * **Enable zoom**
 * **Autoplay videos** (for future video support)

All settings are passed directly to the lightbox JavaScript on initialization.

### 🧩 Filters & Developer API

### 1. Modify GLightbox options programmatically

    ```
    `php
    ```

add_filter( ‘ec_lightbox_js_options’, function ( $options ) {
 $options[‘loop’] 
= true; $options[‘zoomable’] = false; $options[‘openEffect’] = ‘zoom’; // Any GLightbox
option is accepted return $options; }); ` Options merged from: 1. Plugin defaults
2. Admin settings 3. This filter (highest priority)

## स्थापना

 1. Install EC Lightbox via the WordPress.org plugin repository or by uploading the
    files to your server.
 2. Activate **EC Lightbox** from **Plugins  Installed Plugins**.
 3. (Optional) Review default options in **Settings  EC Lightbox**.

The plugin ships with local GLightbox assets already included — no external downloads
are required.

## समीक्षाहरू

यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।

## योगदानकर्ता र डेभलपरहरू

“EC Lightbox” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका
छन्।

योगदानकर्ताहरू

 *   [ daniloercoli ](https://profiles.wordpress.org/daniloercoli/)

[“EC Lightbox” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्](https://translate.wordpress.org/projects/wp-plugins/ec-lightbox)

### विकासमा रुचि छ?

[आरएसएस](https://plugins.trac.wordpress.org/log/ec-lightbox/?limit=100&mode=stop_on_copy&format=rss)
द्वारा [कोड ब्राउज गर्नुहोस्](https://plugins.trac.wordpress.org/browser/ec-lightbox/),
[एसभीएन रिपजिटरी](https://plugins.svn.wordpress.org/ec-lightbox/) हेर्नुहोस्, वा
[विकास लग](https://plugins.trac.wordpress.org/log/ec-lightbox/) को सदस्यता लिनुहोस्।

## मेटा

 *  संस्करण **1.1.0**
 *  पछिल्लो अपडेट **3 महिना अघि**
 *  सक्रिय स्थापना **१० भन्दा कम**
 *  वर्डप्रेस संस्करण ** 6.7 वा उच्च **
 *  जाँच गरिएको **6.9.4**
 *  PHP संस्करण ** 7.4 वा उच्च **
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/ec-lightbox/)
 * ट्यागहरू
 * [galleries](https://ne.wordpress.org/plugins/tags/galleries/)[lightbox](https://ne.wordpress.org/plugins/tags/lightbox/)
 *  [उन्नत दृश्य](https://ne.wordpress.org/plugins/ec-lightbox/advanced/)

## रेटिङ्गहरू

अहिलेसम्म कुनै समीक्षा पेस गरिएको छैन।

[Your review](https://wordpress.org/support/plugin/ec-lightbox/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/ec-lightbox/reviews/)

## योगदानकर्ताहरू

 *   [ daniloercoli ](https://profiles.wordpress.org/daniloercoli/)

## सहायता

केही भन्नु छ? सहयोग चाहियो?

 [सहायता फोरम हेर्नुहोस्](https://wordpress.org/support/plugin/ec-lightbox/)