Skip to content

Commit

Permalink
Fix gallery with default thumbnailPosition
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin committed Jan 3, 2017
1 parent a3caa83 commit 7de7e41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-image-gallery",
"version": "0.7.7",
"version": "0.7.8",
"description": "React Carousel, React Image gallery, React Slide Show component",
"main": "./build/image-gallery",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/ImageGallery.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default class ImageGallery extends React.Component {
disableArrowKeys: false,
disableSwipe: false,
indexSeparator: ' / ',
thumbnailPosition: '',
thumbnailPosition: 'bottom',
startIndex: 0,
slideInterval: 3000,
};
Expand Down

0 comments on commit 7de7e41

Please sign in to comment.