Hi everyone, I have problem with set up jcarousel with jquery 1.3. I need the auto circular one jQuery('#mycarousel').jcarousel({ wrap: 'circular', auto: 2 }); but behavior of carousel is vague. In init the first item appears correctly, and the width of container is ok(I think it is - has about width for every item in line - if item has 30px the we have two items container has 60px). But after two seconds the first and second item slide fast to the left from carousel display field. The effect is I can see only background beneth carousel display area(items are away).
It's strange becouse with wrap like: 'last' the carousel works fine. What I do wrong? Thanks in advance.