react-image-gallery
Advanced tools
Comparing version 0.7.7 to 0.7.8
@@ -967,3 +967,3 @@ 'use strict'; | ||
indexSeparator: ' / ', | ||
thumbnailPosition: '', | ||
thumbnailPosition: 'bottom', | ||
startIndex: 0, | ||
@@ -970,0 +970,0 @@ slideInterval: 3000 |
{ | ||
"name": "react-image-gallery", | ||
"version": "0.7.7", | ||
"version": "0.7.8", | ||
"description": "React Carousel, React Image gallery, React Slide Show component", | ||
@@ -5,0 +5,0 @@ "main": "./build/image-gallery", |
@@ -78,3 +78,3 @@ import React from 'react'; | ||
indexSeparator: ' / ', | ||
thumbnailPosition: '', | ||
thumbnailPosition: 'bottom', | ||
startIndex: 0, | ||
@@ -81,0 +81,0 @@ slideInterval: 3000, |
92845