We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82d5db commit 71da69eCopy full SHA for 71da69e
src/react-image-lightbox.js
@@ -1817,7 +1817,7 @@ ReactImageLightbox.propTypes = {
1817
maxWidthOffset: PropTypes.number,
1818
thumbnailArrowLeft: PropTypes.element,
1819
thumbnailArrowRight: PropTypes.element,
1820
- widthBreakPoint: PropTypes.string,
+ widthBreakPoint: PropTypes.number,
1821
};
1822
1823
ReactImageLightbox.defaultProps = {
@@ -1865,7 +1865,7 @@ ReactImageLightbox.defaultProps = {
1865
maxWidthOffset: 0,
1866
thumbnailArrowLeft: null,
1867
thumbnailArrowRight: null,
1868
- widthBreakPoint: null,
+ widthBreakPoint: 960,
1869
1870
1871
export default ReactImageLightbox;
0 commit comments