Which Drupal gallery module can do this?
I would like to make something l开发者_Python百科ike 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.
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
Perhaps you can use Galleria? It has a Views module for Drupal 6 if you need Views integration.
精彩评论