rcbyr / keen-slider

The HTML touch slider carousel with the most native feeling you will get.

Home Page:https://keen-slider.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is slidesPerView Not Available in the Latest Version of Keen-Slider

hk95 opened this issue · comments

I want to fix the width of the sliding element like in the sample.
I was able to implement this using slidesPerView in "keen-slider" version "5.1.0". Has this feature been removed in the current version?

CodeSandbox Sample

The width could be specified by specifying the maximum and minimum width in style. Please let me know if there is another way.↓

<div
      style={{
        maxWidth: 100,
        minWidth: 100
      }}
    ></div>