The Wayback Machine - https://web.archive.org/web/20200704115310/https://github.com/topics/lightbox
Skip to content
#

lightbox

Here are 285 public repositories matching this topic...

wolfika
wolfika commented Mar 6, 2017

The main field in lightGallery's bower.json now contains several unneeded assets, that it should not, for example font and image files, minified assets, etc.

According to Bower specification:

Use source files with module exports and imports over pre-built distribution files.
Do not include minified files.
Do not include asset

LeoniePhiline
LeoniePhiline commented Aug 20, 2019

The closeButtonClickHandler calls exitFullScreen() even if the document was in fullscreen mode before baguette box was opened, and even if options.fullScreen is false.

This breaks websites & apps handling their own fullscreen mode:
When the website/app is in fullscreen mode, opening and then closing a baguetteBox will make the entire app exit fullscreen. This is breaking UX badly.

bradley2083
bradley2083 commented Jun 12, 2018

Bug report - you can view the issue here: http://jsfiddle.net/bradhogan1983/sxwge12m/

When using the iframe option and clicking a link to open the modal, the modal opens instantly, but the iframe takes a second to load and while loading the modal container is just a small empty box. This happens on your demo as well as my local dev site. I'll also attach a screenshot of what I'm seeing on my

endridev
endridev commented Jul 26, 2019

Hello. Very nice plugin. A question though. Is there a way to change the default fade effect when clicking a gallery item?
In the documentation there is this section:
duration | 300 | Animations duration
But which animations are available and how to change the default? I would like to have a zoom animation for example instead of the default fade.

Thanks.

tyeth
tyeth commented Apr 26, 2020

Using Samsung Note9 Chrome lastest on github page.
Change phone into landscape mode and try the url example, you will see no copyright at the bottom, try in portrait and you do.

I believe this to be because the address bar on mobile reduces available height but window height includes adressbar space. In landscape mode there is no extra margin so the URL example page gets truncated by that amou

acnorrisuk
acnorrisuk commented Aug 14, 2019

Looking at the demos it looks like there is some focus management missing on the modals. Here's what needs to be added to fix it:

  • When a modal is open, focus should be sent to the modal (either on the element itself via .focus() and tabindex="-1" or sent to the first interactive element.

  • When a modal is open, focus should be trapped inside the modal (so you can't access elements behind i

Improve this page

Add a description, image, and links to the lightbox topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lightbox topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.