Skip to content

Right & Left Arrow disappear #67

@martellapetesso

Description

@martellapetesso

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;
        }
    }

4 Images:
Screenshot 2019-08-01 at 13 29 08

5 Images:
Screenshot 2019-08-01 at 13 29 24

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions