Closed (fixed)
Project:
Nodecarousel
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2008 at 07:15 UTC
Updated:
5 Nov 2008 at 23:20 UTC
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
Comment #1
jessicakoh commentedI got this figured out. Here is the code.
Comment #2
ultimateboy commentedSolved.