kswedberg / jquery-carousel-lite

A jQuery carousel plugin based on jCarouselLite by Ganeshji Marwaha
MIT License
177 stars 59 forks source link

start number greater than 2 with strange side effects #13

Closed m5o closed 12 years ago

m5o commented 12 years ago

Hi Karl,

First Thank You for this awesome Plugin!

I found an strange Bug. When i added a start Number greater than 2 the first two slides aren't accessible anymore.

You can easily reproduce this by change your demo code.

var carousel2Options = {
    auto: true,
    start: 4,
    visible: 2,
    speed: 300,
    pause: true,
    btnGo: $('div.nav').find('a')
};

Any ideas about this thing?

/m5o

kswedberg commented 12 years ago

thanks a lot for reporting this! I'm working on it and hope to have a fix within the next couple days.