jsor / jcarousel

Riding carousels with jQuery.
https://sorgalla.com/jcarousel/
MIT License
1.99k stars 734 forks source link

The Pagination Sequence starts from 2 rather than 1 #820

Closed Titusdaniel closed 7 years ago

Titusdaniel commented 7 years ago

Hi,

The Pagination Sequence of the Basic Carousel which is Implemented starts from sequence 2 rather than 1, need your help in resolving this. Below is the Fiddle link where it is executed. https://jsfiddle.net/p4cLk90t/18/

jsor commented 7 years ago

This looks like a bug. As an immediate fix, you can set the perPage option to 1 for the pagination plugin.

$('.jcarousel-pagination')
    // ...
    .jcarouselPagination({
        perPage: 1
    });
Titusdaniel commented 7 years ago

Hi Jan,

Thankyou for looking into the Issue, yes it has worked well.

jsor commented 7 years ago

Closing for now. Will look into it. Feel free to reopen if needed.