Make carousel loop infinitely
This commit is contained in:
@@ -24,7 +24,7 @@ function CarouselImage({image, alt, caption}) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export default () => (
|
export default () => (
|
||||||
<Carousel autoPlay className="gallery">
|
<Carousel autoPlay infiniteLoop showThumbs={false} className="gallery">
|
||||||
{ImageList.map((props, idx) => (
|
{ImageList.map((props, idx) => (
|
||||||
<CarouselImage key={idx} {...props} />
|
<CarouselImage key={idx} {...props} />
|
||||||
))}
|
))}
|
||||||
|
|||||||
Reference in New Issue
Block a user