ARI Magnifier ComponentModulePluginLanguage

ARI Magnifier v. 1.1.0: It contains new module with VirtueMart support added: it adds magnifier effect to virtue mart product pictures. Enhanced popup for large images. Also added module where you can indicate the folder (or folders) separated by ';' and it creates thumbnails for all images in folder/folders and adds magnifier effect to every picture.

ARI Magnifier: bring nice magnification effect to your images and view pictures in detail. The component lets you to mouse over the images and view nice magnifier effect.

Features:
* Nice mignifier effect over the original image.
* Customizable plugin (mambot)
* Thumbnail autogeneration feature - do more need to have both thumbnail and large image
* Works in both Joomla 1.5 and Joomla 1.0.x
* Works in Firefox and its friends; Internet Explorer 6,7; Opera; Safari

ARI Magnifier plugin (mambot) parameters/example:
{arimagnify src="/big_img" srcSmall="small_img" srcDir="src_dir" includeSubDirs="true|false" thumbWidth="width" thumbHeight="height"}

Attributes:
src - Path to the image. (Mandatory)
srcSmall - Path to the thumbnail. If not indicated then thumbnail will be automatically generated using thumbWidth and thumbHeight attributes. If one of these attributes is skipped then the thumbnail will be generated using the indicated attribute and initial picture propotions. Thumbnail autogeneration feature needs GD, ImageMagick or magickwand library installed. (Optional)
srcDir - Indicating folder (or folders separated by ";") lets to display all images in directory/directories and to adds magnifier effect to them. This can be done including subfolders if includeSubDirs is true (true by default). (Optional)
thumbWidth - Width of thumbnail to be generated from the initial image. (Optional)
thumbHeight - Height of thumbnail to be generated from the initial image. (Optional)

Report