Title: blueimp lightbox
Author: blueimp
Published: <strong>19 Oktober 2013</strong>
Last modified: 4 September 2014

---

Cari plugin

Plugin ini **belum teruji dangan 3 rilis besar WordPress**. Kemungkinan tidak lagi
dipelihara atau didukung, dan mungkin menghadapi masalah kompatibilitas bila digunakan
dengan versi WordPress yang lebih baru.

![](https://s.w.org/plugins/geopattern-icon/blueimp-lightbox.svg)

# blueimp lightbox

 Oleh [blueimp](https://profiles.wordpress.org/blueimp/)

[Unduh](https://downloads.wordpress.org/plugin/blueimp-lightbox.1.1.2.zip)

 * [Detail](https://id.wordpress.org/plugins/blueimp-lightbox/#description)
 * [Ulasan](https://id.wordpress.org/plugins/blueimp-lightbox/#reviews)
 *  [Instalasi](https://id.wordpress.org/plugins/blueimp-lightbox/#installation)
 * [Pengembangan](https://id.wordpress.org/plugins/blueimp-lightbox/#developers)

 [Bantuan](https://wordpress.org/support/plugin/blueimp-lightbox/)

## Deskripsi

[blueimp Gallery](http://blueimp.github.io/Gallery/) is a touch-enabled, responsive
and customizable image and video gallery, carousel and lightbox, optimized for both
mobile and desktop web browsers.
 It features swipe, mouse and keyboard navigation,
transition effects, slideshow functionality, fullscreen support and on-demand content
loading and can be extended to display additional content types. This is the official
WordPress plugin for the Gallery lightbox functionality. By default it automatically
adds lightbox functionality to image links ending with gif, jpg, jpeg and png extensions.
The plugin provides an options page to disable the automatic feature and to restrict
the list of media types. It is also possible to add lightbox functionality for a
link manually.

## Tangkapan Layar

 * [[
 * Options page
 * [[
 * Lightbox with bright image
 * [[
 * Lightbox with dark image

## Instalasi

 1. Upload the `blueimp-lightbox` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Ready! 🙂

## Tanya Jawab

  How to enable the lightbox functionality for default WordPress galleries?

In the Gallery settings, set the “Link To” option to “Media File”.

  How to manually activate the lightbox functionality for a link?

Simply add the attribute `data-gallery` to the link tag and it will be opened in
the lightbox:

    ```
    <a href="banana.jpg" data-gallery>Banana</a>
    ```

If multiple links on the page have the `data-gallery` attribute, the lightbox enables
gallery navigation between the linked resources.

  How can I enable the lightbox HTML5 fullscreen mode for a link?

To enable the HTML5 fullscreen mode, add the `#blueimp-gallery-fullscreen` value
for the `data-gallery` attribute:

    ```
    <a href="banana.jpg" data-gallery="#blueimp-gallery-fullscreen">Banana</a> 
    ```

Please note that this only has an effect in browsers which support the HTML5 fullscreen
API.
 Other browsers will simply display the lightbox without HTML5 fullscreen mode.

  How can I display HTML5 videos in the lightbox?

Add the `data-gallery` attribute and a `type` attribute with the video content type
to the link:

    ```
    <a href="cats.mp4" type="video/mp4" data-gallery>Cats</a>
    <a href="dogs.ogv" type="video/ogv" data-gallery>Dogs</a>
    ```

Please note that this is only supported in browsers which can play native HTML5 
video and support the required video codec.

  How can I display YouTube videos in the lightbox?

Add the `data-gallery` attribute, set the `type` attribute to `text/html` and add
a `data-youtube` attribute with the [YouTube](https://www.youtube.com/) video ID:

    ```
    <a href="https://www.youtube.com/watch?v=zi4CIXpx7Bg" type="text/html" data-youtube="zi4CIXpx7Bg" data-gallery>LES TWINS - An Industry Ahead</a>
    ```

  How can I display Vimeo videos in the lightbox?

Add the `data-gallery` attribute, set the `type` attribute to `text/html` and add
a `data-vimeo` attribute with the [Vimeo](https://vimeo.com/) video ID:

    ```
    <a href="https://vimeo.com/73686146" type="text/html" data-vimeo="73686146" data-gallery>KN1GHT - Last Moon</a>
    ```

  Where can I find more documentation for this plugin?

Head over to the [blueimp Gallery](https://github.com/blueimp/Gallery) project page
and check out the [Gallery docs](https://github.com/blueimp/Gallery/blob/master/README.md).

## Ulasan

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

### 󠀁[Good plugin but something is wrong](https://wordpress.org/support/topic/good-plugin-but-something-is-wrong/)󠁿

 [stepan7466](https://profiles.wordpress.org/stepan7466/) 7 Januari 2019

Hello! it’s good simple plugins, but I have one problem. When I click on the picture
I need to click one more time in order to see navigation buttons. Maybe somebody
knows what’s wrong?

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

### 󠀁[Great lightbox, badly packaged](https://wordpress.org/support/topic/great-lightbox-badly-packaged/)󠁿

 [michalszota](https://profiles.wordpress.org/michalszota/) 3 September 2016

The plugin enqueues around 10 scripts and css files to be loaded. And these are 
unoptimized, and unminified — wasting time and bandwith.

 [ Baca semua 16 ulasan ](https://wordpress.org/support/plugin/blueimp-lightbox/reviews/)

## Kontributor & Pengembang

“blueimp lightbox” adalah perangkat lunak open source. Berikut ini mereka yang sudah
berkontribusi pada plugin ini.

Kontributor

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

[Terjemahkan “blueimp lightbox” dalam bahasa Anda.](https://translate.wordpress.org/projects/wp-plugins/blueimp-lightbox)

### Tertarik mengembangkan?

[Lihat kode](https://plugins.trac.wordpress.org/browser/blueimp-lightbox/), periksa
[repositori SVN ](https://plugins.svn.wordpress.org/blueimp-lightbox/), atau mendaftar
ke [log pengembangan](https://plugins.trac.wordpress.org/log/blueimp-lightbox/) 
melalui [RSS](https://plugins.trac.wordpress.org/log/blueimp-lightbox/?limit=100&mode=stop_on_copy&format=rss).

## Log Perubahan

#### 1.1.2

 * Added compatibility information for WordPress 4.0.

#### 1.1.1

 * Detect media files with query parameters or anchor suffixes.

#### 1.1.0

 * Updated resource files to blueimp Gallery 2.15.0.
 * Added the automatic activation filter to the post_gallery hook.

#### 1.0.1

 * Updated resource files to blueimp Gallery 2.11.5.
 * Added a workaround for the plugin urls if the plugin is included via symlink.
 * Replaced plugins_url with plugin_dir_path for the path to the HTML templates.

#### 1.0.0

 * Initial release.

## Meta

 *  Versi **1.1.1**
 *  Diperbarui **12 tahun yang lalu**
 *  Instalasi Aktif **1,000+**
 *  Versi WordPress ** 3.6.1 atau yang terbaru **
 *  Diuji hingga **4.0.0**
 *  Bahasa
 * [English (US)](https://wordpress.org/plugins/blueimp-lightbox/)
 * Tag
 * [desktop](https://id.wordpress.org/plugins/tags/desktop/)[lightbox](https://id.wordpress.org/plugins/tags/lightbox/)
   [mobile](https://id.wordpress.org/plugins/tags/mobile/)[responsive](https://id.wordpress.org/plugins/tags/responsive/)
   [swipe](https://id.wordpress.org/plugins/tags/swipe/)
 *  [Tampilan lanjut](https://id.wordpress.org/plugins/blueimp-lightbox/advanced/)

## Rating

 4.4 dari 5 bintang.

 *  [  11 5-star reviews     ](https://wordpress.org/support/plugin/blueimp-lightbox/reviews/?filter=5)
 *  [  2 4-star reviews     ](https://wordpress.org/support/plugin/blueimp-lightbox/reviews/?filter=4)
 *  [  2 3-star reviews     ](https://wordpress.org/support/plugin/blueimp-lightbox/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/blueimp-lightbox/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/blueimp-lightbox/reviews/?filter=1)

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

[Lihat semua ulasan](https://wordpress.org/support/plugin/blueimp-lightbox/reviews/)

## Kontributor

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

## Bantuan

Ada yang ingin dikatakan? Butuh bantuan?

 [Lihat forum bantuan](https://wordpress.org/support/plugin/blueimp-lightbox/)

## Donasi

Apakah Anda ingin mendukung pengembangan plugin ini?

 [ Donasi untuk plugin ini ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MW4CRDG7Q4CQN)