|
ARI Thumbnail lets you provide your visitors and customers with unforgettable stylish effects. This is the case when the picture or gallery says more than simple words. ARI Thumb comes with plugin (mambot) which means that you can easy embed the picture with nice thumbnail effect in almost every type of Joomla! content. Simple Demo: please click the images to see how it works. The images are the property of their respective owners. They are here just for demonstration.
{arithumb src="/images/thumb/thumb01.jpg" srcSmall="images/thumb/thumb01_small.jpg" overlayShow="true"} {arithumb src="/images/thumb/thumb02.jpg" srcSmall="images/thumb/thumb02_small.jpg" overlayShow="false"} Gallery Demo - click any image and go to next/previous using gallery view {arithumb src="/images/thumb/aston.jpg" srcSmall="images/thumb/aston_small.jpg" group="cars" overlayShow="true" title="Aston"} {arithumb src="/images/thumb/audi.jpg" srcSmall="images/thumb/audi_small.jpg" group="cars" overlayShow="true" title="Audi"} {arithumb src="/images/thumb/bmw.jpg" srcSmall="images/thumb/bmw_small.jpg" group="cars" overlayShow="true" title="BMW"} Features: * Nice thumbnails for images * Customizable plugin (mambot) * Group items to view them as gallery * Thumbnail autogeneration feature - do more need to have both thumbnail and large image * Customize opacity, zoom speed in and out * Works in both Joomla 1.5 and Joomla 1.0.x * Works in Firefox and its friends; Internet Explorer 6,7; Opera; Safari ARI Thumb plugin (mambot) parameters/example:
{arithumb src="/big_img" srcSmall="small_img" title="title" thumbWidth="width" thumbHeight="height" group="group" hideOnContentClick="true|false" zoomSpeedIn="speed" zoomSpeedOut="speed" overlayShow="true|false" overlayOpacity="capacity"}
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) title - Image caption. (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) group - all images with the same "group" attribute will be displayed as image gallery. (Optional) hideOnContentClick - Hides image view when cliked on zoomed item. (Optional, false by default) zoomSpeedIn - Speed in milliseconds of the zooming-in animation. (Optional, no animation if 0) zoomSpeedOut - Speed in milliseconds of the zooming-out animation. (Optional, no animation if 0) overlayShow - If true, shows the overlay. (Optional, false by default) overlayOpacity - Opacity of overlay. (Optional, from 0 to 1)
|