nitinhayaran / jRange

jQuery plugin to create range selector

Home Page:http://nitinhayaran.github.io/jRange/demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default initiation selection bar width not correct

seehui opened this issue · comments

In bootstrap modal box (mobile size), when first time load the range slider, the selection bar width is about 1/3 of the bar. Max and min value is correct.

image

But after dragging the slider, the bar gets back to normal, with max value expanded to full bar width.
image

Here are the initial loading bar width:

image

Here are after dragging bar width, which should load initially:

image

Anyone know how to fix this? Thanks in advance.