Skip to content

Change lightBoxAdditionalProps relvant props

Compare
Choose a tag to compare
@OriAmir OriAmir released this 14 Aug 19:01
· 7 commits to master since this release
3aa4ae5

Thanks to @choozn we fix an issue where some props from react-image-lightbox are not relevant as props to the this library.

These properties are not available to send as additional props (because we already using them internally):
mainSrc, nextSrc, prevSrc, onCloseRequest, onMovePrevRequest, onMoveNextRequest
If you want to pass imageTitle or imageCaption you can pass that via the img props.

I added this section to the readme under Using Lightbox.