Open primac-mfahad opened 10 years ago
Is this possible to do? I can modify the code itself for this but would like to know if there is an option to do so?
There is no default option. You can modify your self or check the answer on stackoverflow: http://stackoverflow.com/questions/26403703/how-to-start-with-a-specific-index-basic-jquery-slider
Hi, Nice plugin. How can I set an index to start with. I tried with following but did not work.
$('#banner-slides').bjqs({ animtype : 'slide', currentindex : 1, currentslide : 2 });