Art Image View
Art Image View is an image slideshow plugin for Joomla!
Installation
Install the extension using standard Joomla! installation procedure (Extensions -> Install/Uninstall) please make sure it is enabled in Extensions -> Plugin Manager
After that you need to insert plugin code in the article where you want to add the gallery.
Using the shortcode
{artimageview path="{path}" previewWidth="{previewWidth}" previewHeight="{previewHeight}"}{/artimageview}
Setup
| Option | Type | Notes |
|---|---|---|
| path | string | The relative path to your image folder. (i.e. images/sampledata/kids) |
| previewWidth | integer | This is the preview pixel width. Please write as raw integer (i.e. previewWidth="150") |
| previewHeight | integer | This is the preview pixel height. Please write as raw integer (i.e. previewHeight="150") |
| flickr | string | Your FLICKR_ID. |
| flickrLargeImages | boolean | true or false (i.e. flickrLargeImages="true") |
| flickrNumberOfImages | integer | The number of images to load from Flickr (i.e. flickrNumberOfImages="3") |
| flickrSmallThumbs | boolean | true or false (i.e. flickrSmallThumbs="true") |
Shortcode Usage Examples
| Use | Shortcode |
|---|---|
| Images from a folder | {artimageview path="images/sampledata/kids" previewWidth="175" previewHeight="175"}{/artimageview} |
| Images from Flickr | {artimageview flickr="FLICKR_ID" flickrNumberOfImages="10" flickrSmallThumbs="true" flickrLargeImages="true"}{/artimageview} |