I am creating a page on the CMS. I have been asked to use a lot of photos and the only way I can display them all in the one screenful is by having thumbnails.
The idea is that the user clicks on the thumbnail and the full-size image is displayed in a lightbox. While it's easy enough to hack the HTML by hand and add the link to the full-size photo, I can't find any way that an ordinary user with no previous HTML experience could do it.
Another problem is that the files get renamed when the CMS uploads them to the assets/ directory, so really, I am asking this "ordinary user with no HTML experience" to link an image with an unknown name to another image with an unknown name. They're not going to like that at all! :P
I know about the gallery module and the image gallery module, but they seem to display a group of images in a block whereas I want to have the thumbnails interspersed with the text.
Is there any user friendly way to do this?
Thanks in advance,
Vince.