Flash Gallery is the only practical way to publish VAST amount of pictures in a post. Features full screen viewing, slideshows, albums and more.
The Flash Gallery plugin lets you turn your ordinary galleries into awesome image walls, with support for multiple albums per post, full screen viewing and slideshows.
It is especially usefull for when you have lots of images in a post, or want to present images sorted into separate albums.
Here’s an example with 175 images.
I use the Flash Gallery primarily to controll the height of my posts. Whenever there would be more than 4 rows of thumbnails I replace the ordinary [gallery]
with a [flashgallery]
. You can browse through the archives here to see how that works.
If you value my plugins, please help me out by Flattr-ing them! Or perhaps send me a book? Used ones are fine! 🙂
Older changelogs moved here.
The included FLA-source is a heavily modified version of Jerald Zhan’s stock zGallery.
Jerald graciously allowed me to distribute the modified source for everyone to benifit from the improvements:
WordPress integration
deep linking supports
scaling options (fit, fill, no scaling)
mouse- & keyboard interaction
exposing all practical settings to flashvars
various tweaks and fixes
Copyright (C) 2009-2012 Ulf Benjaminsson (my first name at ulfben dot com).
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
/wp-content/plugins/
directoryUpload your images like usual, but use the [flashgallery]-shortcode instead of [gallery].
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" albums="Prep_10 % Exhibit_10 % Presentations_10"]
It’s nothing fancy – a title, an underscore and the number of images you want to put in that album. Separate each album with “%”. So if there’s 100 images attached to a post and you do;
[flashgallery albums="First Album_50 % Second_25 % Third_25"]
You’d get three albums, “First Album” would get the first 50 images of the post, “Second” would display the next 25 and “Third” would display the last 25.
All the regular [gallery]
parameters still apply (‘cept for columns), and you’ve got these extra to play with:
cats = "Album1_12 % Album2_33 % Album3_66"
: deprecated since 1.3, use albums
insteadalbums = "Title1_10 % Another Title_20"
: two albums, and their image countheight = "400px"
, “100%”hidetoggle = "false"
: true to not show the toggle gallery-link.delay = "3"
: time to display images in slideshow, in seconds.exclude = "39,42"
: exclude images with ID 39 & 42rows = "3"
: number of rows in the gallery thumbnail view.background = "background.jpg"
: URL to high-rez backgroundlogo = "logo.png"
: URL to logotransparent = "false"
: set flash’s wmodescaling = "fill"
, “fit” or “noscale”: how images are scaled when displayed(default: fit)thumbsize = "110"
: size (in pixels) of thumbnailsignored. gallery auto-senses thumbsize since 1.3color = '0xFF0099'
: color of the interface highlightsusescroll = 'true'
: enable browsing by scrollwheelshowtitles = 'false'
: display picture title over thumbnailallowdownload = 'true'
: give option to download image from right-click menurowmajor = 'false'
: arrange thumbs in column order or row order? (eg. top-to-bottom or left-to-right)animate = 'true'
: let thumbs fly into positionNotice that color is a hexadecimal value with the 0x
-prefix, not #
as is common in CSS and web development.
Flash Gallery assumes you’ve got square thumbnails – same width as height. Make sure you’ve checked “Crop thumbnail to exact dimensions
” in WordPress Admin -> Media.
You can run Regenerate Thumbnails to apply your new settings to all images you’ve uploaded.
Use the built-in media uploader to create and insert galleries in your posts. See the screencast (at 01:35), or read the instructions.
Flash Gallery
resolved
and publish your solution.Absolutely! Please help me out by Flattr-ing my plugins, or send me a book? Used ones are fine! 🙂