Title: EC Lightbox
Author: daniloercoli
Published: <strong>2026 ལོའི་ཟླ 1 ཚེས 20 ཉིན།</strong>
Last modified: 2026 ལོའི་ཟླ 1 ཚེས 20 ཉིན།

---

མཐུད་སྣེ་བཤེར་འཚོལ།

![](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://bo.wordpress.org/plugins/ec-lightbox/#description)
 * [གདེང་འཇོག](https://bo.wordpress.org/plugins/ec-lightbox/#reviews)
 *  [སྒྲིག་འཇུག](https://bo.wordpress.org/plugins/ec-lightbox/#installation)
 * [ཡར་རྒྱས།](https://bo.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.

## གདེང་འཇོག

There are no reviews for this plugin.

## བྱས་རྗེས་འཇོག་མཁན། & གསར་འབྱེད་པ།

“EC Lightbox” is open source software. The following people have contributed to 
this plugin.

བྱས་རྗེས་འཇོག་མཁན།

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

[ཁྱེད་ཀྱི་སྐད་ཡིག་ནང་ལ་ “EC Lightbox” ཡིག་སྒྱུར་བྱོས།](https://translate.wordpress.org/projects/wp-plugins/ec-lightbox)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/ec-lightbox/), check
out the [SVN repository](https://plugins.svn.wordpress.org/ec-lightbox/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/ec-lightbox/) by
[RSS](https://plugins.trac.wordpress.org/log/ec-lightbox/?limit=100&mode=stop_on_copy&format=rss).

## ཟུར་བརྗོད།

 *  Version **1.1.0**
 *  Last updated **ཟླ 6  སྔོན།**
 *  Active installations **10+**
 *  WordPress version ** 6.7 ཡང་ན་དེ་ལས་མཐོ་བ། **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 ཡང་ན་དེ་ལས་མཐོ་བ། **
 *  Language
 * [English (US)](https://wordpress.org/plugins/ec-lightbox/)
 * Tags
 * [galleries](https://bo.wordpress.org/plugins/tags/galleries/)[lightbox](https://bo.wordpress.org/plugins/tags/lightbox/)
 *  [མཐོ་རིམ་མཐོང་སྣང་།](https://bo.wordpress.org/plugins/ec-lightbox/advanced/)

## གདེང་འཇོག

No reviews have been submitted yet.

[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/)

## རམ་འདེགས།

Got something to say? Need help?

 [རམ་འདེགས་གླེང་སྟེགས་ལ་ལྟ།](https://wordpress.org/support/plugin/ec-lightbox/)