html - How to change the numbers to images on JQUERY image slider -
i implement image slider on website: http://showcase.awkwardgroup.com/ instead of content numbers @ bottom being numbers, them smaller versions of images in slider.
any ideas on how can this?
if download js file , navigate line #472, can see if 'btn_numbers' property true, use numeric numbers, if it's false, convert '●' small black circle. so, use images numbers, create image each number, , place
img_name = parseint(i+1)+".jpg"; <img src=img_name+".jpg"> instead of numeric counter. obviously, code above won't execute straightaway, it's starting point , since entire code in loop, it'll pick image each number you've created.
Comments
Post a Comment