Skip to content

Slider's first image does not seem unless you do not click the nav button while entering a page. #82

Closed
@hybtli

Description

@hybtli

When you are entering the first time for the page or refreshing, the first image does not seem, like the one below.

image


However, when you click the nav buttons, after arriving at the first image, it seems, like the one below.

image


Can anyone help?

const images = [{ url: file0 }, { url: file1 }, { url: file2 }];

return(
  <>
    <section className="shadow-none p-3 mb-5 rounded d-flex justify-content-center">
            <SimpleImageSlider
               width={896}
               height={504}
               images={images}
               autoPlay
               autoPlayDelay={5}
               showBullets
               showNavs
        />
      </section> 
  </>
) ;       

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