Title: Gallery Block Lightbox
Author: taha.tr
Published: <strong>30. Juli 2024</strong>
Last modified: 25. November 2025

---

Plugins durchsuchen

![](https://ps.w.org/easy-gallery-lightbox/assets/banner-772x250.jpg?rev=3128077)

![](https://ps.w.org/easy-gallery-lightbox/assets/icon.svg?rev=3128077)

# Gallery Block Lightbox

 Von [taha.tr](https://profiles.wordpress.org/dmrhn/)

[Herunterladen](https://downloads.wordpress.org/plugin/easy-gallery-lightbox.0.6.zip)

 * [Details](https://de.wordpress.org/plugins/easy-gallery-lightbox/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/easy-gallery-lightbox/#reviews)
 *  [Installation](https://de.wordpress.org/plugins/easy-gallery-lightbox/#installation)
 * [Entwicklung](https://de.wordpress.org/plugins/easy-gallery-lightbox/#developers)

 [Support](https://wordpress.org/support/plugin/easy-gallery-lightbox/)

## Beschreibung

This WordPress Plugin adds Lightbox feature to the core Gallery block with a simple
toggle button. Easily enable or disable it for any gallery block by selecting ‚media
file‘ under the ‚link to‘ dropdown. Once selected, the Lightbox toggle will appear.
It also supports custom coded galleries through a filter (check FAQ).

[dLightbox.js](https://github.com/tdmrhn/dLightbox.js) is fully responsive, supporting
touch, mousewheel, keyboard, and mouse drag interactions, double click or tap/touch
to zoom original image, build-in thumbnails, as well as slide counters and figcaption.
With no dependency on jQuery, dLightbox.js ensures optimal viewing experiences across
all devices.

Although extremely lightweight at only 2.78kb gzipped for both dLightbox.js and 
dLightbox.css, the plugin only loads assets into the page if there is a core Gallery
block or custom selectors defined via a filter.

### Features

 * Enable/disable with a simple toggle button for each Gallery block individually.
 * Custom coded galleries support.
 * Supports touch, mousewheel, keyboard, and mouse drag interactions.
 * Double click or tap/touch to zoom original image.
 * Lightbox thumbnails with an easy toggle button.
 * Slide counter and figcaption support.
 * jQuery-Free, lightweight at only 2.78kb gzipped for both dLightbox.js and dLightbox.
   css
 * Fully responsive.

## Screenshots

 * [[
 * [[

## Installation

 1. Download the plugin ZIP file.
 2. In your WordPress admin panel, navigate to Plugins -> Add New.
 3. Click the „Upload Plugin“ button, choose the ZIP file you downloaded, and click„
    Install Now.“
 4. After installation, activate the plugin.

## FAQ

### How do I enable the Lightbox for the core Gallery block?

Enable or disable the Lightbox feature for any gallery block by selecting ‚media
file‘ under the ‚link to‘ dropdown. Once selected, the Lightbox toggle will appear.

### Can I use Lightbox with my custom galleries?

Yes, you can use the lightbox with custom galleries by using the provided filter.
Example code is provided for reference.

add_filter( ‚dLightbox:custom:selectors‘, function ( $selectors ) {
 $selectors 
= array_merge( $selectors, array(‚.my-gallery‘, ‚.your-gallery‘) ); return $selectors;});

### Is it mobile touch friendly?

dLightbox.js supports touch, mousewheel, keyboard, and mouse drag interactions.

### Is it supports thumbnails?

Yes it supports Lightbox thumbnails with an easy toggle. Also with „dLightbox-thumbnails“
class you can easily adapt thumbnails to your custom coded galleries.

### Is the lightbox responsive?

Yes, the lightbox feature provided by Gallery Lightbox is fully responsive, ensuring
optimal viewing experiences across all devices.

### Does it need jQuery?

No, there is no dependency on jQuery. dLightbox is custom coded from scratch, ensuring
efficient performance and compatibility with modern web development practices.

### Does the plugin impact page loading speed?

Although extremely lightweight at only 2.78kb gzipped for both dLightbox.js and 
dLightbox.css, the plugin only loads assets into the page if there is a core Gallery
block or custom selectors defined via a filter. This ensures minimal impact on page
loading speed.

### What if I encounter any issues or have feature requests?

If you encounter any issues, have feature requests, or need support, please visit
the GitHub repository and create an issue. Our team will be happy to assist you.

## Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

## Mitwirkende und Entwickler

„Gallery Block Lightbox“ ist Open-Source-Software. Folgende Menschen haben an diesem
Plugin mitgewirkt:

Mitwirkende

 *   [ taha.tr ](https://profiles.wordpress.org/dmrhn/)

[Übersetze „Gallery Block Lightbox“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/easy-gallery-lightbox)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/easy-gallery-lightbox/),
sieh dir das [SVN-Repository](https://plugins.svn.wordpress.org/easy-gallery-lightbox/)
an oder abonniere das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/easy-gallery-lightbox/)
per [RSS](https://plugins.trac.wordpress.org/log/easy-gallery-lightbox/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

#### 0.6

 * Improved dLightbox.js code
 * Fixed an issue when toogle off thumbnails

#### 0.5

 * Improved dLightbox.js code
 * Added auto carousel to thumbnails container if wider than viewport

#### 0.4

 * Improved double click to zoom
 * Added double tap to zoom on mobile

#### 0.3

 * Added Zoom to original image size on double click

#### 0.2.1

 * Added Caption Toggle

#### 0.2

 * Added Dynamic Thumbnails

#### 0.1

 * Initial release

## Meta

 *  Version **0.6**
 *  Zuletzt aktualisiert **vor 5 Monaten**
 *  Aktive Installationen **100+**
 *  WordPress-Version ** 6.3 oder höher **
 *  Getestet bis **6.9.4**
 *  PHP-Version ** 7.4 oder höher **
 *  Sprache
 * [English (US)](https://wordpress.org/plugins/easy-gallery-lightbox/)
 * Schlagwörter
 * [carousel](https://de.wordpress.org/plugins/tags/carousel/)[gallery](https://de.wordpress.org/plugins/tags/gallery/)
   [gallery block](https://de.wordpress.org/plugins/tags/gallery-block/)[lightbox](https://de.wordpress.org/plugins/tags/lightbox/)
   [slider](https://de.wordpress.org/plugins/tags/slider/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/easy-gallery-lightbox/advanced/)

## Bewertungen

Es wurden noch keine Rezensionen eingereicht.

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

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/easy-gallery-lightbox/reviews/)

## Mitwirkende

 *   [ taha.tr ](https://profiles.wordpress.org/dmrhn/)

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

 [Support-Forum anzeigen](https://wordpress.org/support/plugin/easy-gallery-lightbox/)

## Spenden

Möchtest du die Weiterentwicklung dieses Plugins unterstützen?

 [ Für dieses Plugin spenden ](https://taha.tr/)