Closed (works as designed)
Project:
Slider
Version:
6.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2008 at 19:53 UTC
Updated:
25 Jan 2009 at 15:11 UTC
A perhaps silly question: is there a way to reverse the direction the sliders move (left versus right) when sliding?
Thanks!
Comments
Comment #1
Mark Theunissen commentedMaybe... 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
Comment #2
Mark Theunissen commentedComment #3
Zga commentedActually 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.