simpleLightbox icon indicating copy to clipboard operation
simpleLightbox copied to clipboard

SimpleLightbox is lightweight and responsive lightbox library with no dependencies. Display images, galleries, videos or custom content and control your lightbox with easy to use api.

Results 18 simpleLightbox issues
Sort by recently updated
recently updated
newest added

Are local video files supported? When I tried to link to local videos the lightbox gets hung up while displaying 'Loading...'

When using `simpleLightbox` as dependency, and importing `simpleLighbox.scss` to the main stylesheet of the project, Sass returns an error about importing the `'../node_modules/bourbon/app/assets/stylesheets/bourbon'` because is a relative path and won't...

Most of the captions I use are longer, as they describe the image. Currently, the captions are just cut off. Is there a way to display longer captions?

Is it possible to use rel attribute(or something similar) to separate multiple galleries on one page? Thanks

When I'm clicking on an image, simple lightbox is stuck in the loading procedure. The main div still has these classes: slbElement slbLoading slbLoading. In Chrome and Firefox, simple lightbox...

How can I set caption to each image when I open Lightbox like this: ``` this.$lightbox.open({ items: ['imageUrl1', 'imageUrl2', 'imageUrl3'] }) ``` I tried do it so: ``` this.$lightbox.open({ items:...

When using the `new SimpleLightbox(elements: someFilterValue)` construct, if a subset of photos on a page is set up to be viewed by SimpleLightbox, and subsequently another subset is set up...

Currently, there isn't enough spacing between the default CSS classes for the next and previous buttons and a potential custom one, so if you use of them, the class names...