rangeslider.js
rangeslider.js copied to clipboard
RTL support
Hello,
cool plugin ;)
just a quick question.
What exactly needs to be modified inside the script to support "rtl" sites? The line nr. 296 one of them, but its not enough.
Kind Regards, Dmitry
Excuse my delay I was on a long and awesome vacation :stuck_out_tongue_winking_eye:
Currently there is no support for direction change. I guess it shouldn't be a big deal to implement this configurable with a dir attribute which default value would be ltr.
This feature implemented in the PR: https://github.com/andreruffert/rangeslider.js/pull/245