Size of Safari jQuery Slider plugin -
i'm using this fantastic jquery slider plugin, optimized mobile devices , works scales , numbers.
now want increase handles , slider itself, know how it?
you need edit both image assets , .css file, below portion of css editing..
//---------------------------------------------// .jslider .jslider-pointer { width: 13px;//<-- increase width here match new image... height: 15px;//<-- increase height here match new image... background-position: 0 -40px; // you'll editing here based on changes make image, imagemap of multiple different distinct image elements in jslider. changes here need applied throughout other elements position: absolute; left: 20%; top: -4px; margin-left: -6px; cursor: pointer; cursor: hand; } //---------------------------------------------// .jslider .jslider-bg i, .jslider .jslider-pointer { background: url(../img/jslider.png) no-repeat 0 0;//<-- edit image dimensions need } //---------------------------------------------//
Comments
Post a Comment