I am using rangeslider.js and I am trying to disable the slider to slide below 20
<input type="range" class="range-slider" value="30" min="0" max="100" from="0" step="1">
I am using start
attribute to make that work but it doesn't work that way.
here is the fiddle https://jsfiddle.net/moviecrew/awejnkof/16/