javascript - Increasing jCarousel visible image not working -


i tried increasing number of visible images 5 still carousel shows 3 images. have increased width in css jcarousel-container-horizontal , jcarousel-container-horizontal classes still shows 3 images default.

can me out overwrite default parameter show 5 images on page load on scrolling carousel

i believe size attribute have set... so...

jquery('#mycarousel').jcarousel({    size: 5,    visible: 5 }); 

i think may have set these too...

.jcarousel-skin-ie7 .jcarousel-container-horizontal{ width:750px;//whatever width need}   .jcarousel-skin-ie7 .jcarousel-clip-horizontal { width:740px;//whatever width need } 

it looks may have tried though? browser using?


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -