lightbox
Here are 285 public repositories matching this topic...
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
I thought that this repository had no demonstration but, after some minutes looking for I found it in almost the last position in the README: thinking:. I think, maybe, by adding the Now Demo Link in the repo description we can get a quick preview of the package
-
Updated
Nov 5, 2019 - JavaScript
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.
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
-
Updated
May 7, 2020 - HTML
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.
-
Updated
Jun 22, 2020 - Swift
-
Updated
May 25, 2020 - JavaScript
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
Feature
It would be nice to set custom title to default toolbar buttons, just like aria-label
I think we could use the same labels as aria-label
-
Updated
Feb 3, 2020 - JavaScript
-
Updated
Dec 3, 2019 - JavaScript
-
Updated
May 25, 2020 - JavaScript
Docs suggestion
Just a suggestion based upon a gotcha I encountered. When using SSR you get 'document is not defined' (since document is client side only). I modified your example to remedy this.
const { Portal } = usePortal({
bindTo: typeof window !== 'undefined' ? document && document.getElementById('selector') : null
})Thanks for the package.
-
Updated
Jun 29, 2020 - Swift
-
Updated
May 22, 2020 - JavaScript
-
Updated
Jul 3, 2020 - JavaScript
Would it be possible to use CSS transforms instead of setting max-width? Transforms should be more performant especially on low-end devices.
It would be helpful if the demos on the homepage included the example code that initiated them. At the very least, please create a link to the JS file that one should reference, which appears to be: http://cornel.bopp-art.com/lightcase/project/js/lightcase.init.js
-
Updated
Jul 2, 2020 - JavaScript
-
Updated
Jul 3, 2020 - JavaScript
First of all I want to thank for this Amazing library.. It's simply awesome.
It would be great if we can get more detailed examples for each API use cases ..
Ivy Support
-
Updated
Jul 4, 2020 - TypeScript
Managing focus
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
it will be nice to have some arrows shown after you click on a specific picture for navigation between full resolution pictures, or adding a swipe feature for touch devices.
Improve this page
Add a description, image, and links to the lightbox topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lightbox topic, visit your repo's landing page and select "manage topics."


I can not fix an error I found in the docs because I can not find the repo for the docs.