seiyria / bootstrap-slider

A slider control for Bootstrap 3 & 4.
http://seiyria.github.io/bootstrap-slider/
Other
3k stars 1.14k forks source link

Respect the scale factor of container #974

Open utilmind opened 2 years ago

utilmind commented 2 years ago

This is the fix for issue described several years ago in https://github.com/seiyria/bootstrap-slider/issues/625

To reproduce this issue, just scale the container of the Bootstrap Slider with CSS, set transform: scale(N), where N is different than 1 (increase or decrease size of the container and its entire content).

Also updated _toPercentage() method now has some size & speed optimizations.