Ok next time i read more deep the doc im sorry... the answer is to use the size attribute... exe;ple :
$(function() {
$(".scrollable").scrollable({
size: 3,
});
});
$(function() {
$(".scrollable").scrollable({
size: 3,
});
});