Joomla carousel plugin, module, component, extension. Create image carousel in your Joomla
ARI JCarousel plugin creates image carousel from image folder or VirtueMart catalog. This plugin is also a part of ARI Smart Content: Image Pack
Features:
- Highly customizable: speed, dimensions, effect, etc.
- Ability to add link to the image
- Various types of control: buttons, mouse, continuous. May be controlled by mouse or buttons
- Can display items from VirtueMart catalog or from image folder or directly indicated within tag
- Can display full-size image or can go to url after clicking the image
Example:
Click the images to see the effect. Mouse over buttons to run carousel.
Usage:
{arijcarousel3d path="images/123" control="buttons" centerX="450" centerY="350" speed="1" radiusX="240" radiusY="80" perspective="200" fadeEffect="0" buttonX="650" buttonY="-120"}
{/arijcarousel3d}
Parameters:
- control – Type of control. Values: buttons, mouse, continuous;
- centerX – X value for center. Values: number;
- centerY – Y value for center. Values: number;
- speed – Carousel speed. Values: number;
- fadeEffect - Use fade effect or not. Values: true or false;
- flat - Use flat effect or not. Values: true or false;
- radiusX - X value for radius. Values: number;
- radiusY - Y value for radius. Values: number;
- buttonX - X value for buttons. Values: number;
- buttonY - Y value for buttons. Values: number;
- perspective – Perspective value. Values: number;
- productCategoryId – Comma-separated categories to get VirtueMart products from. Values: comma-separated ids;
- productRandomize – Should VirtueMart products be in random order. Values: true, false;
- productItemCount – Number of VirtueMart products to show. Values: number;
- productSortField – Sort field. Values: product_name, product_s_desc, product_desc, product_weight, product_weight_uom, product_length, product_width, product_height, product_url, product_in_stock, product_available_date, product_special, cdate, product_id, vendor_id;
- productSortDir – Sort direction. Values: ASC, DESC;
|