Error: jCarousel: No width/height set for items. This will cause an infinite loop. Aborting...

edit css -
.jcarousel-item {
width: 150px;
margin: 0 1px;
height: 144px;
}

Work.

Dublicate: https://www.drupal.org/node/576016#comment-6041834

Comments

netw3rker’s picture

Status: Reviewed & tested by the community » Needs review

Specifying a fixed pixel width for items here is probably not the best recommendation. Can we get a better solution?