react-images icon indicating copy to clipboard operation
react-images copied to clipboard

🌄 A mobile-friendly, highly customizable, carousel component for displaying media in ReactJS

Results 53 react-images issues
Sort by recently updated
recently updated
newest added

**Steps to reproduce the behavior:** I'm explicitly defining the `currentIndex` based on state so that when an image is clicked it opens at that index. However, if you navigate to...

Is it possible to update the peer dependencies to allow using react 17? https://github.com/jossmac/react-images/blob/859ef021776186052bb9e46b208c28f51666c776/package.json#L80

got an error when i clicked on images on the github pages demo ``` Uncaught Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified...

is there a way we can disable scrolling for the carousel I'm trying to implement pinch zoomIn ,double tap zoomIn and drag feature and I need to disable scroll when...

Added a treatment for image loading errors, but I feel that this is not perfect and I hope the author can improve it.

**Description of changes:** **Related issues (if any):** **Checks:** - [ ] Please confirm `yarn run lint` ran successfully - [x] Please confirm that only `/src` and `/examples/src` are committed -...

**Description of changes:** **Related issues (if any):** **Checks:** - [x] Please confirm `yarn run lint` ran successfully - [x] Please confirm that only `/src` and `/examples/src` are committed - [x]...

![error](https://user-images.githubusercontent.com/25770330/66939004-17fe1980-eff7-11e9-9b01-55b15c04397e.gif)

First of all, thank you for the amazing work on react-images. I've been happily using the library for some time now. I've just noticed that the v1 was released and...

Is there a way to show a simple text or title under each picture? The text could be provided by the alt attribute, for example.