Art Flip
Art Flip allows you to display a set of images using a nice flip effect.
Installation
Install the extension using standard Joomla! installation procedure (Extensions -> Install/Uninstall).
Setup
Insert plugin code in the article where you want to add the gallery.
Using the shortcode
{artcornerflip path="{path}" width="{width}" height="{height}" scale="{scale}" noConflict="{noConflict}"}{/artcornerflip}
Option | Type | Notes |
---|---|---|
path | string | The relative file path to your image (i.e. path="images/sampledata/homes") |
width | integer | This is the pixel width. Please write as raw integer (i.e. width="400") |
height | integer | This is the pixel height. Please write as raw integer (i.e. height="300") |
scale | string | fit |
noConflict | boolean | true or false (i.e. noConflict="true") |
Shortcode Usage Examples
{artcornerflip path="images/sampledata/homes" width="400" height="300" scale="fit" noConflict="true"}{/artcornerflip}