darsain / sly

JavaScript library for one-directional scrolling with item based navigation support.
http://darsa.in/sly
2.87k stars 497 forks source link

One item per frame in Vertical mode #250

Open mikemikle opened 8 years ago

mikemikle commented 8 years ago

Hello, Thank you so much for awesome code. I am trying to use vertical slider. It works well. the problem is I want to setup Vertical slider like example in the horizontal page "One item per frame". It means I need one vertical slider with one item per frame. How should I set properties for this aim.

sergey-dev commented 8 years ago

@mikemikle , I think you used wrong place to ask this kind of question. This is intended to submit issues in relation to Sly only, but the thing you are asking is about making proper coding-slicing in HTML/CSS.

Please, see my comment here, it's totally related. Make sure you made the proper layout in HTML+CSS, in the way you expect, and only then apply Sly plugin to it.

If you can't handle it yourself, ask the help of your colleagues, or use StackOverflow for this.