Step 1: Install the modules
Make sure that you have these three modules installed and enabled:
- JCarousel: http://drupal.org/project/jcarousel
- Views: http://drupal.org/project/views
- CTools: http://drupal.org/project/ctools
Step 2: Create content with an image field
In order to show images, you will need content with images.
You can use the default "Article" content type if you wish. Go to Structure > Content types and make sure that you have a content type with an image field attached as in the image above. Then go to Add content and use that content type to create several content items with images attached.
Step 3: Create a view
Go to Structure > Views and click Add new view.
The important part of the view is "Create a block". Choose the JCarousel Display format and then click Continue & edit.
The image below shows the settings you will need. If you followed our instructions when setting up the view, the only thing you might have to change here is the Fields. Click Add and add the Content: Image field to your view.
Click Save to complete the creation of your view.
Step 4: Place the block
Go to Structure > Blocks and place your new JCarousel block somewhere on your site.
Once the block is live, it will look like the image below:
The JCarousel project page on Drupal.org warns:
"You will almost certainly need to do custom CSS in your theme in order to use this module. The default CSS only supports 100 pixel square items. A basic understanding of CSS is therefor required to use this module."
As you can see, the output here is 100 pixel square images.
You will need to add some CSS for JCarousel to your theme in order to change this width. The original CSS is in /sites/all/modules/jcarousel/skins/default/jcarousel-default.css
The width is being controlled by:
You can modify that and place it in your theme's CSS file.