Responsive-Lightbox icon indicating copy to clipboard operation
Responsive-Lightbox copied to clipboard

Lightweight, image only responsive, jQuery lightbox plugin

Results 8 Responsive-Lightbox issues
Sort by recently updated
recently updated
newest added

In the close function, this code unbinds all keydown events: `$(document).off('keydown');` Need to describe a keyDown function: ``` keyDownEvent: function (e) { // Close lightbox with ESC if (e.keyCode ===...

To make this plugin a little more dynamic, simple setup refresh / destroy methods might be usefull. Usecase: dynamically added DOM elements with new lightbox/gallery images. I haven't tested this,...

I was having some trouble using the plugin with links that were loaded by ajax. After a while I found the solution, just wanted to share if anyone has the...

I'm using your nice lightbox on a responsive site, and it is working except on the mobile. When the background is not positioned at the top, the arrows don't work....

I tried to use navbar and lightroom in bootstrap site but only either of them is working. Both of them are not working simultaneously.

Thanks for sharing this simple and lightweight plugin. I implemented this lightbox on a Bootstrap built site and noticed a conflict with the navbar-fixed-top. Though the navbar was fading back,...

When navigating between images with the arrow keys on keyboard while there is a horizontal scrollbar on the webpage, it moves that background/webpage also every click. That's a bit annoying....