Michiel
Michiel

Reputation: 8083

jQuery carousel with pager in Drupal

I'm looking for a good jQuery carousel for Drupal.

Requirements:

I found the jQuery UI Carousel, but there is no pager with it (or do I overlook this one). Then I stumbled upon these, do you think it's compatible/configurable with Drupal?

Upvotes: 0

Views: 2713

Answers (3)

warmth
warmth

Reputation: 467

bxSlider 4 integrates very well with Drupal via jQuery.

Important:

  1. Do not use the version 3 that introduces issues to Views + Colorbox.
  2. You will need to have the jQuery Update module installed and enabled.

Upvotes: 0

gpilotino
gpilotino

Reputation: 13302

There's the jQuery Tools module, it's in development status so you better try it yourself.

My suggestion is to use the Views Slideshow module.

Second comes Dynamic display block (which is harder to configure).

Upvotes: 2

Related Questions