react-bnb-gallery
react-bnb-gallery copied to clipboard
Simple react-based photo gallery inspired by Airbnb image gallery.
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...
Hi there, thank you so much for this package! My team is using the `ReactBnbGallery` but we have some tall and narrow images with text that need to be zoomed...
I need to show some buttons after the thumbnails. Is there any possibility?
Hi, I'm trying to make a old facebooks photo and comment box. For the image gallery react-bnb-gallery looks awesome but I can't figure out how to add another div box...
- Added custom component for photo in gallery. - Added `component` props in `photo` shape. - Render default image if `component` props does not exist else render `component` with props...
This PR allows React nodes to be passed to the `caption` and `subcaption` options of the photo object. This is useful for when you want to give credit to the...
This PR removes the only used `lodash` method `omit` from the codebase. It also removes some not in use dependencies (`ajv` and now `lodash`) and moved some more dev-only dependencies...
https://peterpalau.github.io/react-bnb-gallery/#/options currently states the following: Name | Type | Default | Description -- | -- | -- | -- wrap | boolean | `false` | Whether the gallery should cycle...
Hello. First of all, thank you for this lib. I keep getting following error message in my console: ```js Warning: Failed prop type: The prop `alt` is marked as required...
Hello! When I use the gallery with more photos (around 20, 25) thumbnails goes to 2 rows and active thumbnail is not visible.