|
Cookbook /
GalleriaSummary: Convert lists of images into a panel of clickable thumbnails, or a scrollable carousel of clickable thumbnails, without requiring a page reload.
Version: 0.2.0 (8-Dec-2008)
Prerequisites:
Maintainer: DaveG
Discussion: Galleria-Talk
Download: galleria.zipΔ
SummaryGalleria can be used to convert simple bullet lists of images into a set of stylish thumbnails, each one clickable for the full image, without needing to refresh the page with a reload. Table of contents
DescriptionConvert lists of images into a panel of clickable thumbnails, or a scrollable carousel of clickable thumbnails, without requiring a page reload. FeaturesDemoBasic demo is over at solidgone.org. Demo will be added here when things stablize. Being used at...If you're using Galleria, feel free to add your site to this list. Let others see what Galleria can do! InstallationTo install:
cookbook/galleria/
|- galleria.php
|
pub/galleria/
|- galleria.css
|- jquery.jcarousel.css
|- jquery.galleria.pack.js
|- jquery.jcarousel.pack.js
|- jquery.pack.js
|
|- /skins/
|- tango
| |- credits.txt
| |- next-horizontal.png
| |- next-vertical.png
| |- prev-horizontal.png
| |- prev-vertical.png
| |- skin.css
|
|- ie7
|- credits.txt
|- loading-small.gif
|- loading.gif
|- loading_small.gif
|- next-horizontal.gif
|- prev-horizontal.gif
|- skin.css
OptionsChanging SkinsGalleria comes with two skins,
Create new skins by using one of these as a base, and changing the css found in ParametersAll parameters below can either set parameters in your config.php, where you know they will apply site wide, or at each
Galleria SettingsThese parameters are typically used within the markup directive:
Carousel SettingsThese parameters are typically used within the markup directive:
The following parameters only apply if "carousel" is set to true.
ExamplesStylingComing later... (outer and inner classes) NotesGalleria is based on: From the website: Galleria is a javascript image gallery written in jQuery. It loads the images one by one from an unordered list and displays thumbnails when each image is loaded. It will create thumbnails for you if you choose so, scaled or unscaled, centered and cropped inside a fixed thumbnail box defined by CSS. The core of Galleria lies in it's smart preloading behaviour, snappiness and the fresh absence of obtrusive design elements.
From the website: jCarousel is a jQuery plugin for controlling a list of items in horizontal or vertical order. The items, which can be static HTML content or loaded with (or without) AJAX, can be scrolled back and forth (with or without animation). Bugs and Suggestions
.pmGalleryWrapper ul {height:85px;overflow:hidden;} Change log / Release notesv0.3.0 (8-Dec-08)Contributors: DaveG
v0.2.0 (8-Dec-08)Contributors: DaveG
v0.1.0 (20-Jul-08)Contributors: DaveG
CommentsSee Discussion at Galleria-Talk. |