Tuesday, 15 March 2011

carouFredSel - set visible amount to actual amount of images - and still scroll? -



carouFredSel - set visible amount to actual amount of images - and still scroll? -

i'm working scroller

http://coolcarousels.frebsite.nl/c/2/

i have setup below.

my issue have set visible: 4 , have 4 images, doesn't scroll. if set visible: 3 works expected. want show 4 images in 1 screen when open browser total width on 1920px wide resolution. issue seems be. if set visible amount of images have stops working.

is there way have 4 images on screen @ 1 time still scroll through them?

$(function() { $('#carousel').caroufredsel({ width: '100%', align: 'left', items: { visible: 4, start: 0, }, scroll: { items: 1, queue : true, fx: "scroll", easing: "swing", duration: 1000, timeoutduration: 3000 }, prev: '.prev', next: '.next', auto: { easing: "quadratic", button: '.play', pauseonevent: 'resume', pauseonhover: true } }).find(".slide .plusnav").hover( function() { $(this).find("div").slidedown(); }, function() { $(this).find("div").slideup(); } ); });

try this

items: { minimum: 0, },

caroufredsel

No comments:

Post a Comment