Thanks for the reply.
I did some customization in css but it can’t be done by doing that only.
I realize that its not too much difficult after making it as per my requirement. It requires a small setting in the slider options. Currently I have added it in the existing file as the hard code but you can make it dynamic by adding the option in the plugin settings.
Only the thing to do is, set Direction to ‘up’ and give appropriate keys for navigation. For Ex. up and down
Here is the snapshot of the modified code.
sliderOptions: {
direction: ‘up’,
debug: false,
auto: false,
prev : {
button : “#slider-prev”,
key : “up”
},
next : {
button : “#slider-next”,
key : “down”
},
…….
I hope this will help some one like me.
??