- Unzip to the
/wp-content/plugins/ directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Use [flashgallery] instead of [gallery] in your posts.
Usage
Upload your images like usual, but use the [flashgallery]-shortcode instead of [gallery].
Configuration
All settings are optional, and made through the shortcode syntax.
Here's an example that will display a gallery with five rows, 650px high, and 3 Albums with 10 images in each:
[flashgallery orderby="ID" rows="5" height="650px" cats="Prep_10 % Exhibit_10 % Presentations_10"]
All the regular [gallery] parameters still apply, and you've got these extras to play with:
- cats = "Album1_12 % Album2_33 % Album3_66": three albums and their image count
- height = "400px", "100%"
- rows = "3": number of rows in the gallery thumbnail view.
- background = "background.jpg": URL to high-rez background
- logo = "logo.png": URL to logo
- transparent = "false" or "true": set flash's wmode
- scaling = "fill", "fit" or "noscale": how images are scaled when displayed(default: fit)
- thumbsize = "110": size (in pixels) of thumbnails