Hi there,

I want to generate a gallery. For doing that I created a new content type "gallery" containing an imagefield.
The image is processed by imagecache to be shown as a thumbnail.

This is what the view looks like: http://www.rubaff.de/drupal/?q=galerie

The view is showing the correct thumbnails, but as soon as I choose "lightbox" in any way as an option in the view or the node itself, no image is shown: the source-code content-area is empty!

Thumbnail-creation and showing the image is not a problem.

Any ideas are appreciated!

Thanks!

Comments

quotientix’s picture

This workaround worked for me:

http://drupal.org/node/283661#comment-1038752

How do I add all images on the view to a gallery (rel="lightbox[gallery]")?
Right now it's only showing one pic at a time.

Thanks!

quotientix’s picture

Any ideas?