Title: Easy Lightbox &#8211; Image, Gallery and Video Lightbox for WordPress
Author: ShapedPlugin LLC
Published: <strong>2014-08-02</strong>
Last modified: 2025-09-28

---

Szukaj wtyczek

![](https://ps.w.org/easy-lightbox-wp/assets/banner-772x250.png?rev=1809882)

![](https://ps.w.org/easy-lightbox-wp/assets/icon-256x256.png?rev=1809882)

# Easy Lightbox – Image, Gallery and Video Lightbox for WordPress

 Autor: [ShapedPlugin LLC](https://profiles.wordpress.org/shapedplugin/)

[Pobierz](https://downloads.wordpress.org/plugin/easy-lightbox-wp.1.1.3.zip)

 * [Szczegóły](https://pl.wordpress.org/plugins/easy-lightbox-wp/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/easy-lightbox-wp/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/easy-lightbox-wp/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/easy-lightbox-wp/#developers)

 [Wsparcie](https://wordpress.org/support/plugin/easy-lightbox-wp/)

## Opis

Easy Lightbox is an Image, Gallery and Video Lightbox plugin for WordPress. This
plugin will enable a smooth Lightbox in your WordPress website.

You can add Lightbox functionality in images, gallery, and videos very easily.

#### Features

 * 100% Responsive.
 * Image, Gallery, and Video Lightbox.
 * Auto Lightbox for Gallery.
 * Touch-swipe Supported.
 * Minimalist & Lightweight.
 * All Major Browsers Supported.
 * Easy to Configure and Use.
 * Friendly Support.

## Zrzuty ekranu

 * [[
 * Image in Lightbox
 * [[
 * Video in Lightbox

## Instalacja

Installing this plugin as regular WordPress plugin.

After install, you are ready to add Lightbox in images. By default, the plugin auto
assign WordPress regular gallery with Lightbox. But, you have to use link to attribute
as file. Example this gallery shortcode will auto add Lightbox: `[gallery link="
file" columns="5" ids="357,356,354,353,352"]`.

If you want to add a lightbox in single image, you just have to use **litebox** 
in your link. Example code: `<a href="BIG_IMAGE_LINK" class="litebox"><img src="
THUMBNAIL_IMAGE_LINK" alt="" /></a>`.

If you want to add lightbox image image set, just use `data-litebox-group="galone"`
in your link. Example code:

    ```
    <a href="BIG_IMAGE_LINK" data-litebox-group="galone" class="litebox"><img src="THUMBNAIL_IMAGE_LINK" alt="" /></a>
    <a href="BIG_IMAGE_LINK" data-litebox-group="galone" class="litebox"><img src="THUMBNAIL_IMAGE_LINK" alt="" /></a>
    <a href="BIG_IMAGE_LINK" data-litebox-group="galone" class="litebox"><img src="THUMBNAIL_IMAGE_LINK" alt="" /></a>
    <a href="BIG_IMAGE_LINK" data-litebox-group="galone" class="litebox"><img src="THUMBNAIL_IMAGE_LINK" alt="" /></a>
    <a href="BIG_IMAGE_LINK" data-litebox-group="galone" class="litebox"><img src="THUMBNAIL_IMAGE_LINK" alt="" /></a>
    ```

If you want to add video Lightbox, it is same like single Lightbox. Example code:`
<a href="YOUTUBE_VIDEO_LINK" class="litebox">Open Youtube Video</a>`

Currently this plugin support 4 video sharing websites.

 1. Youtube
 2. Vimeo
 3. Dailymotion
 4. Kickstarter

Contact with us if you are in trouble for adding Lightbox. We’ll be happy to help
you.

## Recenzje

![](https://secure.gravatar.com/avatar/f6f3c94301d60756fd9c8337f1ba940ee203b4a8bb7dc662837cc8f14bd2ed27?
s=60&d=retro&r=g)

### 󠀁[Helped me with Revolution Slider](https://wordpress.org/support/topic/helped-me-with-revolution-slider/)󠁿

 [](https://profiles.wordpress.org/naeblis/) 2021-02-03

I was trying to create a button pointing to a pop-up lightbox with an image from
the image gallery. After using some more „famous” lightbox plugins I tried this 
one and it worked as a charm. The only downfall is that there are no customization
options, but I can live with that.

![](https://secure.gravatar.com/avatar/189972dd9a9514bcca549ce82bcfa196eab0d1ebd1779ef477089c5a8a58a75a?
s=60&d=retro&r=g)

### 󠀁[out of date for video embeds](https://wordpress.org/support/topic/out-of-date-for-video-embeds/)󠁿

 [rtpHarry](https://profiles.wordpress.org/rtpharry/) 2020-09-16

Unfortunately, this plugin is way out of date. When you try to use it with links
to the video services it converts them all to http links not https. By the looks
of it, it also uses embed methods that are no longer supported, at least with YouTube.
Looking at the source code it converts the links to /v/ style links not /embed/ 
ones, so you just get a connection refused error. Seems like it also strips out 
adding in extra commands to pass to YouTube like rel=0 and similar (although I’m
not sure, I think rel in particular doesn’t do anything these days, but all commands
are stripped out). It seems that the lightbox it’s based on was last updated in 
2014 and is no longer available on the github repo it has in its copyright. Needs
an overhaul to be useful again.

![](https://secure.gravatar.com/avatar/14669a9976f0cda86f12e8b479ac9436023cf26f0c50593bd2a9e36d49599fa8?
s=60&d=retro&r=g)

### 󠀁[It does not work with YouTube](https://wordpress.org/support/topic/it-does-not-work-with-youtube/)󠁿

 [pediaf](https://profiles.wordpress.org/pediaf/) 2019-06-28 1 odpowiedź

It works with Vimeo, but with YouTube when you click on the link to open the video,
you will see a download notice.

![](https://secure.gravatar.com/avatar/e02f782d76eb2b7113cc8477d3504e8b4aa34330634cdc34c0fff8e67c2db23b?
s=60&d=retro&r=g)

### 󠀁[A very good plugin that supports image and video.](https://wordpress.org/support/topic/a-very-good-plugin-that-supports-image-and-video/)󠁿

 [muzKore](https://profiles.wordpress.org/muzoid/) 2019-03-29 1 odpowiedź

I really like this plugin. It works really easily and makes using Lightbox in WordPress
a snap. There are a few small areas where it does fall short. Such as no support
for captions on image popups. I was surprised that it was not supported. Also the
images don’t transition. they just instantly change from one to another. Being able
to fade images or add a transition even by CSS would be a fantastic additions. It
is not a total deal breaker but I am considering using another plugin for image 
series which means some duplication in code bases but image captions and smooth 
transitions are a must for Lightbox. Thanks to the developer for all of your hard
work so far.

![](https://secure.gravatar.com/avatar/c40242f00819b178edad8e7b50a181a42ed18de28df17280bf38c00c6139fb47?
s=60&d=retro&r=g)

### 󠀁[Very good](https://wordpress.org/support/topic/very-good-2854/)󠁿

 [only24](https://profiles.wordpress.org/only24/) 2018-01-30

Хороший, простой плагин! Советую всем.

![](https://secure.gravatar.com/avatar/9c1f4c6c6dad6a71ea7d74017e483031fe6ca6944c9c572d4421ebf9e3a2e69f?
s=60&d=retro&r=g)

### 󠀁[Excellent plugin](https://wordpress.org/support/topic/excellent-plugin-1801/)󠁿

 [unalignedcoder](https://profiles.wordpress.org/unalignedcoder/) 2016-09-03

 [ Przeczytaj 9 recenzji ](https://wordpress.org/support/plugin/easy-lightbox-wp/reviews/)

## Kontrybutorzy i deweloperzy

„Easy Lightbox – Image, Gallery and Video Lightbox for WordPress” jest oprogramowaniem
open source. Poniższe osoby miały wkład w rozwój wtyczki.

Zaangażowani

 *   [ ShapedPlugin LLC ](https://profiles.wordpress.org/shapedplugin/)
 *   [ Rubel Miah ](https://profiles.wordpress.org/rubel_miah/)

[Przetłumacz wtyczkę “Easy Lightbox – Image, Gallery and Video Lightbox for WordPress” na swój język.](https://translate.wordpress.org/projects/wp-plugins/easy-lightbox-wp)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/easy-lightbox-wp/), 
sprawdź [repozytorium SVN](https://plugins.svn.wordpress.org/easy-lightbox-wp/) 
lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/easy-lightbox-wp/)
przez [RSS](https://plugins.trac.wordpress.org/log/easy-lightbox-wp/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

#### 1.1.3 – Sep 28, 2025

 * Tested: WordPress 6.8 compatibility.

#### 1.1.2 – Jan 25, 2024

 * Tested: WordPress 6.4.2 compatibility.

#### 1.1.1 – May 28, 2022

 * Tested: WordPress 6.0 compatibility.

#### 1.1

 * Fix: Loading scripts from unauthenticated sources on SSL server.

#### 1.0

 * First Release

## Meta

 *  Wersja **1.1.3**
 *  Ostatnia aktualizacja **8 miesięcy temu**
 *  Włączone instalacje **1 000+**
 *  Wersja WordPressa ** 4.0 lub nowszej **
 *  Testowano do **6.8.5**
 *  Język
 * [English (US)](https://wordpress.org/plugins/easy-lightbox-wp/)
 * Tagi
 * [jquery lightbox](https://pl.wordpress.org/plugins/tags/jquery-lightbox/)[lightbox](https://pl.wordpress.org/plugins/tags/lightbox/)
   [popup](https://pl.wordpress.org/plugins/tags/popup/)[popup video](https://pl.wordpress.org/plugins/tags/popup-video/)
   [video lightbox](https://pl.wordpress.org/plugins/tags/video-lightbox/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/easy-lightbox-wp/advanced/)

## Oceny

 3.8 na 5 gwiazdek.

 *  [  5 recenzji 5-gwiazdkowych     ](https://wordpress.org/support/plugin/easy-lightbox-wp/reviews/?filter=5)
 *  [  2 recenzje 4-gwiazdkowe     ](https://wordpress.org/support/plugin/easy-lightbox-wp/reviews/?filter=4)
 *  [  1 recenzja 3-gwiazdkowa     ](https://wordpress.org/support/plugin/easy-lightbox-wp/reviews/?filter=3)
 *  [  0 recenzji 2-gwiazdkowych     ](https://wordpress.org/support/plugin/easy-lightbox-wp/reviews/?filter=2)
 *  [  2 recenzje 1-gwiazdkowe     ](https://wordpress.org/support/plugin/easy-lightbox-wp/reviews/?filter=1)

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

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/easy-lightbox-wp/reviews/)

## Zaangażowani

 *   [ ShapedPlugin LLC ](https://profiles.wordpress.org/shapedplugin/)
 *   [ Rubel Miah ](https://profiles.wordpress.org/rubel_miah/)

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/easy-lightbox-wp/)