|
Art Pretty Photo: Light Rounded theme |
Art PrettyPhoto is Joomla! extension to display various content in pretty popup Features:
- Can display single images, image galleries, videos (youtube), external pages
- Several configurable options: animation speed, allow resize, show title, etc.
- 5 themes: light rounded or light square, dark rounded or dark square, facebook-style theme
- Can display images from Flickr feed: {artprettyphoto flickr="FLICKR_USER" /}
- Can display images from Flickr photo set: {artprettyphoto flickrApiKey="FLICKR_API_KEY" flickrNumberOfImages="25" flickr="FLICKR_USER" flickrSet="FLICKR_PHOTO_SET" flickrImageSize="o" /}. More information: How to get Flickr API key. How to find photo set id
- Can display Picasa album: {artprettyphoto picasaUser="PICASA_USER" picasaAlbum="PICASA_ALBUM"/}. Demo
- Supports multiple galleries on the page
- Easy to use plugin code for galleries: {artprettyphoto path="path_to_images_folder"/}
- Easy to use plugin code for single images: {artprettyphoto padding="40" opacity="0.35" animationSpeed="normal" showTitle="1" allowresize="1" counter_separator_label="/" theme="dark_rounded" noConflict="1" /} where
- padding - Padding for each side of the picture. Example: 40
- opacity - Popup opacity. Values: between 0 and 1
- showTitle - Display title or not. Values: 1 (yes), 0 (no)
- allowresize - Allow image resize or not. Values: 1 (yes), 0 (no)
- animationSpeed - Speed of popup anumation. Values: slow, normal, fast
- counter_separator_label - Label for counter separator, ex: 1 of 5
- theme - Popup theme. Values: light_rounded, dark_rounded, light_square, dark_square, facebook
- noConflict - JQuery noconflict. JQuery and mootools javascript libraries may conflict. Set this to true if you are using mootools library on the page. Values: 1 (yes), 0 (no)
Demo [Gallery] - Light Rounded theme
|