How to change the number of items rendered by Carousel web parts.

Kentico Support Engineer asked on January 5, 2013 12:58

How to change the number of items rendered by Carousel web parts.

Correct Answer

Kentico Support Engineer answered on January 5, 2013 12:58

You can easily change the number of items you want to display in any Carousel web part (e.g. the Repeater with Carousel or the Attachments Carousel web part) by changing or adding the visible parameter to the Initialization script property as below:

$j(".carousel2d .jCarouselLite").jCarouselLite({
    btnNext: ".ppright",
    btnPrev: ".ppleft",
    visible: 7
});
0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.