A perhaps silly question: is there a way to reverse the direction the sliders move (left versus right) when sliding?

Thanks!

Comments

Mark Theunissen’s picture

Maybe... I took a quick look and managed to get it half-working simply by changing float:left to float:right on line 14 of slider.js.

You can get them to move up / down by changing line 9 of slider.js from true to false!

But it's more a question for the original plugin developer... so maybe check out his site and post a question there. If you get a solution, post it here and I'll incorporate it!

If I get time I would like to expose these options but not right now.

Cheers
Mark

Mark Theunissen’s picture

Status: Active » Closed (works as designed)
Zga’s picture

Actually I found how it's done. In file slider.js change line 14 - simply delete 'float' : 'left', and slider starts moving from up to down and back.