This is a message.

Forum user: Corey http://gelform.com

Basic information

Registered Jun 13, 2009
Last login Mar 17, 2010
Forum posts 2
Direct URL http://www.flowplayer.org/forum/users/11777

Latest forum posts

Posts:

Registered:

circular (continuous) scrolling with an uneven number of images

Posted: Mar 16, 2010

I have a circular scrollable gallery, that's triggerd by the default next and prev buttons.

My code is simple:
$("div.scrollable").scrollable({
	clickable: false,
	size: 5
)
.circular();
But instead of 3 pages of 5 items each, I have 16 items.

When I get to the "4th page" it jumps by one.

So I changed the page size to 1:
$("div.scrollable").scrollable({
	clickable: false,
	size: 1
)
.circular();

But when it gets to the last item, there are 4 empty items before the first one comes around again.

Is there a trick to making a circular, continuous scrollable with an uneven number of items?

Posts:

Registered:

MP3 version

Posted: Jun 13, 2009

Is it possible to play just mp3s? Can I hide the video area and display only the buttons? If not, I'd love to be able to do that. Thanks! I'm big fan of yr jQuery plugins.