Splidejs / splide

Splide is a lightweight, flexible and accessible slider/carousel written in TypeScript. No dependencies, no Lighthouse errors.
https://splidejs.com
MIT License
4.83k stars 418 forks source link

Empty spae/gap after refresh and moving slider #1293

Open Reg93 opened 5 months ago

Reg93 commented 5 months ago

Checks

Version

0.7.12

Description

Hello! Thank you for your work!

Have an issue with slider and i couldn't find similar problem in issues. I have request to make infinite vertical loop with centered slide.

What i wrote:

` <Splide hasTrack={false} options={{ rewind: true, width: 300, type: 'loop', direction: 'ttb', height: '150px', perPage: 3, drag : 'free', focus : 'center', trimSpace: true }} className="swiper"

{swiperLenght.map((item, index) => ( {item} ))}

`

styles:

` .swiper { overflow: hidden; border: 1px solid grey; display: flex;

  .splide__slide{
    height: 40px;
    font-size: 36px;
  }

} `

What i see:

after refresh there are no numbers at all: image

after start move i see gaps on top and bottom: image

Help please to fix this. Respect

Reproduction Link

No response

Steps to Reproduce

copy my code

Expected Behaviour

infinite vertical loop with centered slide without empty spaces