react-images
react-images copied to clipboard
🌄 A mobile-friendly, highly customizable, carousel component for displaying media in ReactJS
**Steps to reproduce the behavior:** Open lightbox (modal) on an apple iPhone. **Expected behavior:** Not to stop and not require interaction for modal to appear correctly **Actual behavior:** Modals doesn't...
**Steps to reproduce the behavior:** Add a Carousel inside of a Modal and set the trackProps of the Carousel `instant: true` ``` ``` **Expected behavior:** No animation when clicking through...
My apologies if I am missing something obvious here, but I have been trying to figure this out for a while after looking at the examples in the documentation. I...
**Steps to reproduce the behavior:** If you click a couple of times / spam on the backdrop when closeOnBackdropClick is set to true the page will become blank with no...
**Steps to reproduce the behavior:** ``` import Carousel, { Modal, ModalGateway, Navigation, NavigationNext, NavigationPrev } from 'react-images'; (some other code)... {lightboxIsOpen ? ( ) : null} ``` **Expected behavior:** To...
I'm currently using the library in multiple places on my site with no issues. However when using the modal without the carousel component I can't get closeOnBackdropClick to work. I'm...
Hello, Do you plan to integrate bullet list navigation one day ? Would you have any tips to do so ? Thanks
I wanted to translate the navigation texts in french. I used the "formatter" prop, however, for some reason the getAltText function is mandatory. **Steps to reproduce the behavior:** ``` const...
**Steps to reproduce the behavior:** Try to show a file that does not exist. **Expected behavior:** Show custom component to user, so to properly notify him/her of the error. **Actual...
**Description of changes:** Enhances the `width` prop of the lightbox component. After this commit, the property accepts the width value as a plain number, numbers with a `px`, `vw` or...