LeaVerou / multirange

A tiny polyfill for HTML5 multi-handle sliders
http://projects.verou.me/multirange/
MIT License
605 stars 82 forks source link

Fix low % calculation for range with non-zero min attribute #12

Closed antejan closed 8 years ago

antejan commented 8 years ago

The --low value was calculated as fraction between 0 and max. If you add "min" attribute to the input element the track will be drawn in unexpected way.

Thanks for this thing, I love it.

LeaVerou commented 8 years ago

Merged, thanks!