Joomla zoom plugin, module, component, extension. Create zoom image effect in your Joomla content.
ARI JZoom: automatically zooming pictures. The plugin lets you to show a magnifier window near the image. This plugin is also a part of ARI Smart Content: Image Pack
Features:
- Zooming image - shows a nice mignifier window near the original image.
- Thumbnail autogeneration feature - do more need to have both thumbnail and large image
- Customize zooming, position, offset, fading, shadow etc.
- Works in Firefox and its friends; Internet Explorer 6,7; Opera; Safari
Example:
Simple Demo: please mouse over the image to see how it works. The images are the property of their respective owners. They are here just for demonstration.
Usage:
{arijzoom
src="/big_img"
srcSmall="small_img"
thumbWidth="width"
thumbHeight="height"
zoomWidth=""
zoomHeight=""
offset=""
position=""
preload=""
shadow=""
useLens=""
}
Parameters:
- thumbWidth – Thumbnail width. Values: number
- thumbHeight – Thumbnail height. Values: number
- src - Path to the image. Values: path
- srcSmall - Path to the thumbnail. If not indicated then thumbnail will be automatically generated using thumbWidth and thumbHeight. Values: path to small image
- zoomWidth - Zooming area width. Values: number
- zoomHeight - Zooming area height. Values: number
- fadeIn - Speed of fade in effect. Values: number in milliseconds
- fadeOut - Speed of fade out effect. Values: number in milliseconds
- shadow - Show shadow or not. Values: true, false
- offset - Zooming area offset. Values: number
- position – Zooming area position. Values: left,right
- preload – Preload or not big images. Values: true, false
- useLens - Show lens or not. Values: true, false
- autoThumb - Generate thumbnail programmatically. Values: true,false
|