Skip to content

Commit

Permalink
Set Carousel stopOnHover to false
Browse files Browse the repository at this point in the history
  • Loading branch information
retiutut committed Jan 14, 2021
1 parent 36dbdb1 commit 2aacbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function Home() {
title={`Hello from ${siteConfig.title}`}
description="Description will go into a meta tag in <head />">
<header className={styles.heroBanner}>
<Carousel className={styles.homeCarousel} showStatus={false} showThumbs={false} autoPlay={true} interval={5000} infiniteLoop={true} stopOnHover={true} transitionTime={200}>
<Carousel className={styles.homeCarousel} showStatus={false} showThumbs={false} autoPlay={true} interval={5000} infiniteLoop={true} stopOnHover={false} transitionTime={200}>
<div>
<img src={"img/retiutut_banner_1.png"} alt="Banner 1"/>
{/*<p className={clsx('legend', styles.legendP)}>Img 1</p>*/}
Expand Down

0 comments on commit 2aacbfe

Please sign in to comment.