slider icon indicating copy to clipboard operation
slider copied to clipboard

Vertical navigator with arrows

Open SebastianRabiej opened this issue 9 years ago • 3 comments

Hello,

I am using this slider http://www.jssor.com/demos/image-gallery-with-vertical-thumbnail.html and im thinking about vertical arrows in this left navigation, to help user with navigate. Are we able to do that ?

SebastianRabiej avatar Aug 19 '15 09:08 SebastianRabiej

sorry,I can't help u.

weijuer avatar Aug 19 '15 09:08 weijuer

Is it a lot of change in code ?

SebastianRabiej avatar Aug 19 '15 11:08 SebastianRabiej

Hello seba,

Its not actually a lot of code. You would just have to adjust the top and bottom margins for the thumbnail navigator, reduce number of items to make space for the arrow navigation.

Here is what I have done to display arrow navigation in a thumbnail navigator for reference. HTML part: http://pastebin.com/YPpxU3vj JS part : http://pastebin.com/BanPfCVd I have used font awesome to display the up and down arrows. You would have to write your own CSS style to position the arrows correctly, add background color, etc. Screenshot of the thumbnail navigator I have: http://prntscr.com/8feedh

pratham2003 avatar Sep 12 '15 07:09 pratham2003