Reputation: 143
I would like to make something like this in Drupal:
At first I chose a gallery that contains a set of images.
And after a click on one of these galllerie I get something like this:
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
Reputation: 225
Perhaps you can use Galleria? It has a Views module for Drupal 6 if you need Views integration.
Upvotes: 1
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