Sunsetted devkick Lab archive (2007–2012), preserved for reference. devkick is now the builders' room.

Full Screen Image Gallery Using jQuery and Flickr

Posted Wednesday, February 25th 2009, archived from the original devkick blog.

I just finished off a small project I have been working on for a while on my free time. It's a full screen image gallery that automatically scales the image with kept aspect ratio to fill the browser background. I also spiced it up with a flickr search engine, thumbnails, captions, preloader and some other goodies.

This is not a lab open source project, so there is no documentation available and it's still under copyright. It basically loads image links one by one and replaces it with a full screen image gallery. It scales the image using CSS only (some JS for IE6) and I used jQuery all over. Just like Galleria, it preloads images in advance for super fast viewing.

Some features

The live demo is gone; the project page is archived at /lab/fsgallery/.

This post documented a shipped gallery; devkick now keeps a public record of shipped projects on the builds page.

← All Lab archives