Joomla thumbnail plugin, component, module, extension. Create thumbnails in your Joomla content.
ARI Fancy 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. This plugin is also a part of ARI Smart Content: Image Pack
Features:
- Nice thumbnails for images
- 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
Example:
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.
Gallery Demo - click any image and go to next/previous using gallery view
Usage:
{arifancythumb
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"}
Parameters:
- src - Path to the image
- 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
- srcDir - Indicating folder (or folders separated by ";") lets to display thumbnails for all images in directory/directories. This can be done including subfolders if includeSubDirs is true. Values: directory
- includeSubDirs - See srcDir description. Values: true,false
- title - Image caption
- thumbWidth - Width of thumbnail to be generated from the initial image. Values: number
- thumbHeight - Height of thumbnail to be generated from the initial image. Values: number
- group - all images with the same "group" attribute will be displayed as image gallery
- hideOnContentClick - Hides image view when cliked on zoomed item. Values: true,false
- zoomSpeedIn - Speed in milliseconds of the zooming-in animation. Values: number in milliseconds
- zoomSpeedOut - Speed in milliseconds of the zooming-out animation. Values: number in milliseconds
- overlayShow - If true, shows the overlay. Values: true,false
- overlayOpacity - Opacity of overlay. Values: from 0 to 1
- noCache - Disable caching of images or not. Values: true,false
- autoThumb - Generate thumbnail programmatically. Values: true,false
|