Hello,
You can do the following:
1. Install 'System - ARI Sexy Lightbox Anywhere' plugin and set 'Load' parameter in plugin settings to 'Anywhere'.
2. Wrap necessary image(s) in a product description with {arisexylightbox} and {/arisexylightbox} tags.
3. Set width or/and height parameters for images in <IMG> HTML tag, these parameters will be used as width or/and height of thumbnail. That's all.
Example. If you want to display image which is located by the following path <joomla_dir>/images/products/product_1.jpg with lightbox effect and want to set thumbnail with to 80 pixels, use the following code in a product description
Code: |
{arisexylightbox}
<img src="images/products/product_1.jpg" width="80" alt="Test product" />
{/arisexylightbox}
|
PS: Usually WYSIWYG editors provide possibility to resize images in content, you can use this feature for resizing original images to thumbnail sizes and the plugin will automatically generate thumbnail with necessary size.
Regards,
ARI Soft