-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Description
Hi everybody, i have an issue with the left and right arrows. With three images, I have the arrows in the centered image. With four images, it works perfect and with more than four images, the arrows are disappeared.
Code:
*.jsx
<div className="swipe-div">
<Coverflow width="500" height="300"
displayQuantityOfSide={2}
navigation
enableScroll={false}
infiniteScroll
active={0}>
<img src={images.about} />
<img src={images.bgBlog} />
<img src={images.home} />
<img src={images.bgBlog} />
<img src={images.bgBlog} />
</Coverflow>
</div>
*.scss
.swipe-div {
max-width: 1000px;
display: block;
margin-left: auto;
margin-right: auto;
.coverflow__container__1P-xE {
background: white !important;
}
}
Metadata
Metadata
Assignees
Labels
No labels

