Have successfully installed Colorbox module which works very nicely.

Currently I have an Imagecache preset which displays all the thumbnails on the page and on clicking one the slideshow is started.

However I would prefer to just display one thumbnail which on clicking opens the slideshow to the other images ...

Anyone know how this can be done?

Comments

frjo’s picture

Make the other thumbnails very small and then hide them with CSS "display: none".

troyfandango’s picture

Thanks - that worked great!