I've been looking for a way to create a layout where a small number of images are attached to a node, showing the first image at its original size and the others as thumbnails underneath the first image. By clicking on the thumbnails, the above image is replaced by the original image corresponding to that thumbnail.
Perhaps I'm overlooking something, but the only solution so far was the Galleria module. I've tried it with drupal 6.X as it is not available for 5, but I'm not very fond of all the java script issues that arise (strange things happening with the thumbnails as they are not real, but rather scaled down originals, etc).

Can anyone tell me if it's possible to use the Image module and several others (Image attach / Image assist etc), to upload images which are automatically sized etc, thumbnailed etc and then placed in a node with a look similar to Galleria or BornFree?

Comments

kelleyhg’s picture

I need the same help with images. Which module is best as a basic tool and then I can enhance later.

cmckay’s picture

Have you tried the Imagecache module? That's what we implemented on the new version of our site. I recommend it.

www.myappleguide.com

kahara’s picture

imagecache would be good to create thumbnails, but my biggest issue is to create:

1 node with 1 real size image and a number of thumbnails underneath that image

and then:

be able to click on the thumbnails which are then shown in real size at the position of the initial real size image.

all this without moving to another node.

siluet345’s picture

have you find the solution? I need exactly the same. I just find a sample of JavaScript Image Switcher that do this:

http://www.varal.org/media/imageswitcher/

Can someone show how to implement this viewer into a node?