cycle: two slideshows independent of each other in same pg
hi,
am trying to do same thing I did here with cycle plugin..
http://orensanz.org/photos.html
(js here: http://orensanz.org/js/of.js)
which, if I may so, came out quite nicely (with the added feature of centering photos vertically, since all photos are of diff heights..)
now am trying to do same thing here,
http://mayacove.com/cycle/photos_cycle_divs.html
(js here, http://mayacove.com/cycle/js/cycle.js)
except this one has two slideshows, independent of each other, and am having difficulties..
among others, opts.slideCount for first slideshow evals to opts.slideCount for second slideshow (even though have diff functions for after: property for each slideshow...)
am doing everything like in first url above, except it's two slideshows, and some things seems to be off (like vertical-aligning of photos sometimes.. like "1 of 4", etc.. prints incorrectly... )
would very much appreciate some help, have been working on this since yesterday morning.. worked until late last night, and late tonight... am going dizzy from looking at this code....;-) put comments describing problems in js code itself (http://mayacove.com/cycle/js/cycle.js), esp inside onAfter fn....
thank you very much...