Jcarousel - display last image first in the infinite loop
问题 I'm wondering if anyone using Jcarousel would have a suggestion on how to clone or display the very last image of the carousel as the first image. Example of 5 photos where the carousel shows 3 images it currently looks like this: 1 - 2 - 3 (4 and 5 are waiting to be shown) Instead, here is what I am trying to achieve on load: 5 - 1 - 2 (3 and 4 are waiting to be shown) What I am using at the moment is the following settings: wrap: 'circular', scroll: 1, auto: 1, I have tried an offset: -1