The new version of the Image module has some components, one of them being image_gallery.module which creates some views and taxonomy for you to use.
Now I want that when the user clicks on an image uploaded into a gallery, it is displayed using lightbox. This was easily done when creating a content-type and setting the view to lightbox.
Now the questions are:
- Should I use image_gallery module?
- If yes, how can I implement lightbox to it?
- Should I use the other way (creating content type and creating views manually)?
- Am I doing it completely wrong? :)
Any help is greatly appreciated.