I am trying to do something similar like http://www.bosticks.com/, a slide show.

My problem is the my pictures are cropped at left and right sides.

How do I display full sized pictures? (Number of visible is ONE).

#block-nodecarousel-nc_features .jcarousel-container-horizontal {
 width: 520px;
 height: auto;
 border: 1px solid black;
 overflow: auto;
}

My pictures size are 520px width. Above is my css.

Any idea? Thank you.

Comments

jessicakoh’s picture

I got this figured out. Here is the code.

#block-nodecarousel-nc_features .jcarousel-clip-horizontal {
  width: 520px;
  height: auto;
  margin: 5px auto;
  clear: both;
}
ultimateboy’s picture

Status: Active » Closed (fixed)

Solved.