width

width - Specifies the width of the slider element.


<input id="slider" value="30" />

<script type="text/javascript">

     $(function () {
        $("#slider").shieldSlider({
           width: "300px",
        });
     });

</script>