Closed antisquark closed 13 years ago
That's because the itemsPerPage option is set to 'auto' so it'll fit in as many as it can which, due to the nature of vertical space in a browser, displays them all.
If you set the itemsPerPage option to a number you'll notice it displays a set amount.
Also you might want to note that this is all governed with CSS so if you wanted to use 'auto' as the itemsPerPage option you could still set the height of the .rs-carousel-mask to anything you desired.
This behavior does differ from the demo currently seen here: http://www.richardscarrott.co.uk/assets/javascript/jquery/ui-carousel/demo/ because I've not yet updated that to the latest.
If you switch the demo to vertical, it makes the entire ul visible.