If you want to show thumbnails and generate them automatically for image from specific folder(s) on your server, use "ARI Fancybox" module or "ARI Fancybox Anywhere" plugin. If you use "ARI Fancybox Anywhere" plugin, plugin code will look like:
Code: |
{arifancybox activeType="imglist" dir="PATH_TO_FOLDERS" thumbWidth="100"}{/arifancybox}
|
Where PATH_TO_IMAGES is a path to folder with images. For example if you want to show images from <joomla_directory>/images/albums/album_1/ folder, use the following plugin code:
Code: |
{arifancybox activeType="imglist" dir="images/albums/album_1" thumbWidth="100"}{/arifancybox}
|
Regards,
ARI Soft