killingon
killingon

Reputation: 143

Which Drupal gallery module can do this?

I would like to make something like this in Drupal:

At first I chose a gallery that contains a set of images.

enter image description here

And after a click on one of these galllerie I get something like this:

enter image description here

The pager is important to have like this. I know there are a few galleries with more effects but I need a simple pager like this with all images represented as one number and next and previous link too.

Thanks in advance for any advice which gallery/image module is capable of something like this.

Upvotes: 0

Views: 208

Answers (2)

Per Sandström
Per Sandström

Reputation: 225

Perhaps you can use Galleria? It has a Views module for Drupal 6 if you need Views integration.

Upvotes: 1

Laxman13
Laxman13

Reputation: 5211

You can create this simply with the Views module.

For more information on using Views, see its documentation

If you want the images to automatically rotate, you can also use Views Slideshow

Upvotes: 1

Related Questions