react-lightbox-component
react-lightbox-component copied to clipboard
An image lightbox component for ReactJS
when i click event toggleLightbox then position scroll back to 0 . if i want still position click image when click close lightbox then i must how ???? example :...
176176 | "use strict"; 176177 | 176178 | function o(e) { > 176179 | return "string" !== typeof e.className ? [] : e.className.split(/\s+/); | ^ 176180 | } 176181 |...
I like the look and general function of this lightbox, but anyone who relies on the keyboard or accessible tech to navigate would be locked out of using this component....
Just a suggestion: It would be great if the thumbnails were wrapped in a lazy load component to improve performance when dealing with really long pages with hundreds/thousands of images.
This may be just wishful thinking, but is there a way to integrate the light box with React Router so that images open in the light box could also have...
I've been searching for something to replace fancyBox and so far this is the nicest light box I've found for React. However it has several issues on mobile devices. 1....
When zooming in, panning, and then zooming out partially, the picture gets stuck with part of it off screen and can't be panned back. This issue appears on all devices...
A few nice ideas to improve zoom and pan are as follows: 1. Zooming in on the area under the mouse cursor rather than the center of the photo once...