Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrZdziarski committed Jun 6, 2019
1 parent c37bd55 commit b19938f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Readme.md
@@ -1,6 +1,4 @@
# React Fullscreen Lightbox Basic
## Description

Fullscreen Lightbox is plugin for displaying images and videos in clean overlaying box.

Website: https://fslightbox.com
Expand Down
2 changes: 1 addition & 1 deletion src/FsLightbox.jsx
Expand Up @@ -189,7 +189,7 @@ FsLightbox.propTypes = {
onShow: PropTypes.func,
disableLocalStorage: PropTypes.bool,
videosPosters: PropTypes.array,
slideDistance: PropTypes.number,
slideDistance: PropTypes.number
};

export default FsLightbox;

0 comments on commit b19938f

Please sign in to comment.