Hi,

I use jcarousel in a 7.x drupal site where I load 9 news nodes in a view.
I did not use a template and defined a custom size in css both for the whole jcarousel and each jcarousel-item. The views settings are set to default, although I tried various combinations...

while in firefox and ie the carousel looks fine
in chrome and safari (mac) each scroll is ~20px less than the view-size and scrambles the output from the second scroll after

I attach 3 images from chrome: initial view, 1st scroll and 2nd scroll

Cheers,
Dimitris

CommentFileSizeAuthor
Screenshot-2.png141.18 KBjimkont
Screenshot-1.png156.06 KBjimkont
Screenshot.png133.36 KBjimkont

Comments

quicksketch’s picture

Category: bug » support

The problem you're experiencing is probably one caused by the jCarousel library itself, not something that we can fix in the Drupal module implementation. That said, most of the time this sort of thing can be fixed with the right CSS adjustments. Try avoiding margins on your jCarousel items (use padding instead) and check that you don't have anything overflowing the set width you have on each item.

jimkont’s picture

Status: Active » Closed (fixed)

Thanks,

playing with margins and padding fixed the problem

Cheers,
Dimitris

faisalrehman’s picture

Hello,

Can you please let me know the fix we are experiencing same problem.

Thanks

flashy’s picture

Looking for a fix on this myself, can you please provide more details on how you did this?