Closed (fixed)
Project:
jCarousel
Version:
7.x-2.4-alpha3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Sep 2011 at 18:45 UTC
Updated:
16 Jun 2013 at 07:59 UTC
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
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot-2.png | 141.18 KB | jimkont | |
| Screenshot-1.png | 156.06 KB | jimkont | |
| Screenshot.png | 133.36 KB | jimkont |
Comments
Comment #1
quicksketchThe 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.
Comment #2
jimkont commentedThanks,
playing with margins and padding fixed the problem
Cheers,
Dimitris
Comment #3
faisalrehman commentedHello,
Can you please let me know the fix we are experiencing same problem.
Thanks
Comment #4
flashy commentedLooking for a fix on this myself, can you please provide more details on how you did this?