Posted
on Nov 19, 2008
(permalink)
Hi,
Is there any update on this? I need a carousel with four content items: small, large, large, small. When the user drags left, all the content items shuffle left apart from the leftmost one which moves to become the rightmost.
ie (lowercase letters show the content as rendered small, capitals as rendered large)
a B C d
*user drags left*
b C D a
*user drags left*
c D A b
etc
So, two questions I guess:
1. How can I make the content wrap around like this?
2. How can I make whichever two items are in the midde the same size as each other? ie so it appears as though two items are "selected"