IonDen / ion.rangeSlider

jQuery only range slider
http://ionden.com/a/plugins/ion.rangeSlider/en.html
MIT License
2.55k stars 506 forks source link

remove min max limitation #709

Open tinased95 opened 4 years ago

tinased95 commented 4 years ago

Hi, I want to create a slider that 1. doesn't have a limitation on the minimum and maximum range value in a way that 2. when I resize it, it also reduces the whole slider element. image

To illustrate, I like to remove the gray element from the slider in the image above and be able to resize it without any limitations.

Any help would be really appreciated.

IonDen commented 4 years ago

Hi,

  1. You could make it full width. Like 100% of the screen.
  2. You can listen to sliders onFinish method and rebuild its container and slider itself to update it to new conditions.