Smashing Magazine - we smash you with the information that will make your life easier. really.

30 Scripts For Galleries, Slideshows and Lightboxes

Advertisement

Family photos, vacation snapshots or creative artistic works: whatever images you have to present, you can present them in a variety of ways. On a big screen, in slide shows or in a thumbnails gallery. However, to convey the message of presented data effectively, it’s important to offer it in an attractive and intuitive way. Furthermore, the presentation itself can make images more valuable and simplify the browsing through hundreds of slides.

There are literally hundreds of solutions for web-based galleries out there. We’ve selected 30 scripts of impressive slideshows, lightboxes and galleries you can use for effective presentations of your images. Most of them don’t have any technical requirements, so you can use them right away. Let’s take a look.

Ajax Image Galleries & Lightboxes

  • Minishowcase
    Minishowcase is a small and simple php/javascript online photo gallery, powered by AJAX/JSON that lets you put easily your images in an online gallery, without having to configure databases or changing and customising code (though you may do it if you feel so) allowing to have an up-and-running gallery in a few minutes.
    Minishowcase in 30 Scripts For Galleries, Slideshows and Lightboxes
  • JonDesign’s SmoothGallery
    Unlike other systems out there, JonDesign’s SmoothGallery is designed from the ground up to be standard compliant: You can feed it from any document, using custom css selectors. And even better, this solutions is very lightweight: The javascript file is only 16kb.
    JondesignsSmoothGallery in 30 Scripts For Galleries, Slideshows and Lightboxes
  • Ajax Photo Gallery
    The AJAX version of AgileGallery is a free AJAX photo gallery that rips through the XML output from Picasa (a free download from google) and generates DHTML for the paging and thumbnails and displays the full sized photos along with any description entered in Picasa. Since this photo gallery uses AJAX technology, it eliminates the need for any page refresh as the user pages through the photos.
    Ajax Photo Gallery in 30 Scripts For Galleries, Slideshows and Lightboxes
  • Pyxy-gallery
    Pyxy-gallery is an AJAX image gallery in PHP and JavaScript, which optionally uses lightbox.js. It is designed to be an ultra-light-weight, “drop-in” image gallery.
    Pyxygallery in 30 Scripts For Galleries, Slideshows and Lightboxes
  • zenphoto
    Zenphoto is an answer to lots of calls for an online gallery solution that just makes sense. After years of bloated software that does everything and your dishes, zenphoto just shows your photos, simply. It’s got all the functionality and “features” you need, and nothing you don’t. Where the old guys put in a bunch of modules and junk, we put a lot of thought. We hope you agree with our philosopy: simpler is better.
    Zenphoto in 30 Scripts For Galleries, Slideshows and Lightboxes
  • Couloir.org: Resizing, Fading Slideshow Demo – AJAX Slideshow
    This photo slideshow is a demonstration of Flash-like behavior implemented solely in Javascript, HTML, and CSS. The code is offered as-is — Couloir.org offers no technical support. However, you are permitted to use it on your own project so long as you do so according to the rules outlined in the Creative Commons ‘Attribution-ShareAlike 2.0′ License and the license terms contained in the associated, third-party APIs.
  • Grey Box
    A pop-up window that doesn’t suck. GreyBox can be used to display websites, images and other content in a beautiful way.
  • Lightbox2
    Lightbox JS is a simple, unobtrusive script used to overlay images on the current page. It’s a snap to setup and works on all modern browsers.
  • Litebox
    Litebox is a modified version of Lightbox v2.0 created with one thing in mind, size reduction. Litebox utilizes the 3kb javascript library moo.fx in association with prototype.lite, giving us the basic tools we need to make this work and you the ability to expand.
    Litebox in 30 Scripts For Galleries, Slideshows and Lightboxes
  • Multifaceted Lightbox
    A script (JavaScript) that allows you to focus the users attention on a particular portion of the screen. It creates the equivalent of a modal dialog box – this means that while the user looks at this focused part of the screen, they can’t interact with the rest of the screen.
    Multifaceted Lightbox in 30 Scripts For Galleries, Slideshows and Lightboxes
  • Slightly ThickerBox 1.7
    Slightly ThickerBox is a modification of Cody Lindley’s Thickbox script. I modified it for use on my Jason’s Toolbox Redesign. The modifications allow the script to generate “Previous Image” and “Next Image” links. The result is that you can use Slightly ThickerBox to create image galleries. In addition, you can create groups of galleries by setting a “rel” attribute on the links. (I also moved the Caption and Close link to the top and made the script case insensitive.)
  • TripTracker
    The TripTracker slideshow is a lightweight JavaScript image viewer with an animated slideshow feature.
    Triptracker in 30 Scripts For Galleries, Slideshows and Lightboxes
  • Slimbox, the ultimate lightweight Lightbox clone
    Slimbox is a 7kb visual clone of the popular Lightbox JS v2.0 by Lokesh Dhakar, written using the ultra compact mootools framework. It was designed to be small, efficient, more convenient and 100% compatible with the original Lightbox v2.
    Slimbox in 30 Scripts For Galleries, Slideshows and Lightboxes
  • Suckerfish HoverLightbox
    The Suckerfish HoverLightbox is a mashup of three very popular Web design techniques blended together to offer a new way of presenting your image galleries.
    Suckerfish Hover Lightbox in 30 Scripts For Galleries, Slideshows and Lightboxes
  • Suckerfish HoverLightbox Redux
    The Redux has a number of improvements, mostly visual, but some behavioral changes as well. Before going into detail, it’s important to give due credit to those who helped make the Suckerfish HoverLightbox a possibility.
  • ThickBox 2.1.1
    ThickBox is a webpage UI dialog widget written in JavaScript on top of the jQuery library. Its function is to show a single image, multiple images, inline content, iframed content, or content served through AJAX in a hybrid modal.
    Thickbox in 30 Scripts For Galleries, Slideshows and Lightboxes

CSS-Based Image Galleries

  • A Photograph Gallery
    Just a simple :hover over thumbnail images to give a full size view of each photograph. With all but Opera you can also click the thumbnails to retain the image on the screen. Text can be added at the bottom of each picture. Ideal for photograph albums.
    A Photograph Gallery in 30 Scripts For Galleries, Slideshows and Lightboxes
  • A simple CSS photo-album
    The text numbers and images are held in an unordered list without any extra markup (no ‘ems’ or ’spans’ etc). The CSS just styles the text numbers so that they appears in a box and the images so that they are hidden until your visitor clicks a number square.
    A Simple Css Photo Album in 30 Scripts For Galleries, Slideshows and Lightboxes
  • Cross Browser Multi-Page Photograph Gallery
    Based on Suckerfish HoverLightbox this one uses my multi-page layout system but includes images instead of text. Unlike the Suckerfish HoverLightbox this version is pure CSS.
    Cross Browser Multi Page in 30 Scripts For Galleries, Slideshows and Lightboxes
  • CSS Image Gallery
    This is a purely CSS based image gallery that displays larger versions of thumbnail images dynamically when the mouse hovers over them. A rich HTML caption can be added to the enlarged image, and every aspect of the Image Gallery exists as plain HTML on the page. The idea is to use CSS’s “:hover” pseudo class to cause an element to react onMouseover. When that happens, an absolutely positioned container holding the enlarged image, anchored on the page by another container with position set to relative, is shown. Furthermore, it’s possible to modify the behavior so the enlarged images are only shown onClick, though IE6 currently doesn’t support this behavior well. The gallery works in IE6+, Firefox, Opera 8+.
    Dynamicdrive Css Imagegallery in 30 Scripts For Galleries, Slideshows and Lightboxes
  • CSS: Photo Showcase
    This experiment uses CSS and basic markup to create a simple way to display photo thumbnails on your site while offering convenient fast zoom viewing, even for dialup users.
    Css Photo Showcase in 30 Scripts For Galleries, Slideshows and Lightboxes
  • Hoverbox Image Gallery
    Basically, it’s a super light-weight (8kb) roll-over photo gallery that uses nothing but CSS.
    Hoverbox Imagegallery in 30 Scripts For Galleries, Slideshows and Lightboxes
  • Photo scroll gallery
    A combination of several of my previous galleries to give a scrolling ‘thumbnail’ image, a medium size image on hover and a full size image on click. The thumbnail, medium size and full size images are all the same image just resized using CSS. The thumbnails are square to make the scrolling area simpler to work with. This does make these images a little distorted but not so much that they look wrong.
    Photo Scroll Gallery in 30 Scripts For Galleries, Slideshows and Lightboxes
  • Sliding Photograph Galleries
    It is just an unordered list of images that are normally compressed vertically (reduction 8:1). When you hover over one of these compressed images it expands to full size. It is based on my sliding menu system and adapted to use images. No thumbnails are required and all the images are ‘pre-loaded’.This method can be used either vertically, as shown, or horizontally.
    Sliding Photograph Galleries in 30 Scripts For Galleries, Slideshows and Lightboxes

JavaScript + CSS-based Galleries & DHTML-Galleries

  • xImgGallery – Javascript Image Gallery & Slideshow
    This script implements a Javascript image gallery and slideshow – all in one file.
    Ximg Gallery in 30 Scripts For Galleries, Slideshows and Lightboxes
  • easyAlbum
    A DOM photo Gallery solution that is browser friendly, keyboard friendly, bandwidth friendly and more.
    Easyalbum in 30 Scripts For Galleries, Slideshows and Lightboxes
  • ImageGal
    imagegal is a simple PHP script that will automagically create a JS/CSS/DHTML powered image gallery for you when dropped into a directory containing images. This simple script was inspired by a Jeremy Keith’s article on aListApart.com.
  • Highslide JS
    Highslide JS is a piece of JavaScript that streamlines the use of thumbnail images on web pages. The library offers these features and advantages: No plugins like Flash or Java required. Popup blockers are no problem. The images expand within the active browser window.
    Highslide Js in 30 Scripts For Galleries, Slideshows and Lightboxes
  • Satellite
    Satellite is an all in one photo gallery website that takes advantage of Yahoo Flickr’s image hosting and management tools. You can upload and manage your images using Flickr and host your portfolio on your own server via Satellite.
  • Dhonishow
    Showing Picture Online with Javascript.

The Co-Founder of Smashing Magazine. Former writer, web designer, freelancer and webworker. Author of several books. Runs the business.

Post Rating
1 Star2 Stars3 Stars4 Stars5 Stars (5 votes, average: 4.40 out of 5)
Loading ... Loading ...

Tags: , , ,

Advertising
  1. 1
    rss-feed.se - senaste nyheterna
    May 18th, 2007 12:17 am

    Kind of nice, but I don’t like Gallerys at all.

    :D

  2. 2
    Ridikul
    May 18th, 2007 1:18 am

    The CSS one looks nice.

  3. 3
    Ronnie
    May 18th, 2007 2:12 am

    That’s another PHP gallery script which can be added to the list:: http://andyydev.com/project.php?file=QuickGal

  4. 4
    Mike Panic
    May 18th, 2007 2:21 am

    If you are in a hurry or don’t want to mess with too much code, check out this handy little app based on Lightbox2: http://pranas.net/webgallerycreator/

    • 5
      budedub
      November 12th, 2009 2:12 pm

      great thank to you, man! this program is the one i realy need and searched for too much time! thanks!

  5. 6
    Boris
    May 18th, 2007 2:31 am

    2 others lightbox-like that can show single image, multiple images, inline content, iframed content, or content served through AJAX :
    - SmoothBox : SmoothBox
    - SqueezeBox : SqueezeBox

  6. 7
    Famous Photos
    May 18th, 2007 3:44 am

    You missed one: http://imagin.ro , very powerful and complex …

  7. 8
    anty
    May 18th, 2007 4:24 am

    Lightbox is defenitly the way to go if you want the ability to show a thumbnail and provide the visitor a nice, clean and intuitive big image of it.
    Thanks for this useful post!

  8. 9
    prophet
    May 18th, 2007 4:45 am

    What about Scott Schiller’s 35mm Photo Viewer:
    http://www.schillmania.com/projects/35mm/

    I think his is really cool, works very well. Always been a fan of his work.

  9. 10
    iannnnn
    May 18th, 2007 5:15 am

    Very Thanks!
    ขอบคุณมากครับ

  10. 11
    bigismall
    May 18th, 2007 5:26 am

    Thak you for this post. I realy need, all of them in one place.

  11. 12
    criticalerror
    May 18th, 2007 7:59 am

    2 Good works in the same day!!!
    Keep going!!!!

  12. 13
    Sherif Mansour
    May 18th, 2007 9:19 am

    Top stuff again Smashing Magazine – great list

  13. 14
    faizan
    May 18th, 2007 9:53 am

    this is perfect for my next gallery :) thanks smashing magazines

  14. 15
    Mark
    May 18th, 2007 12:55 pm

    Hi: I ran into yet another gallery solution last night called simpleviewer. Free for personal use, very easy to use (even for the technodolt) and very neat presentation with easy navigation. There is a version that integrates very well with Picasa2. Using the Picasa version means you don’t even have to create your own thumbnails. If you add captions to your Picasa gallery, these are included with the gallery images. If you don’t add captions in Picasa, the image file names are displayed instead. Captions are better. :)

  15. 16
    jeremy
    May 18th, 2007 2:52 pm

    Ive tried most of these galleries but the one I keep going back to now isnt on this list

    have a look at Photostack

    http://photostack.org/

  16. 17
    Sean McManus
    May 18th, 2007 4:28 pm

    Great list, thanks. I’ll check them out. Some of the screenshots are a bit confusing though – it’s hard to see where the screenshot starts and your content ends.

  17. 18
    Andrew
    May 18th, 2007 5:02 pm

    Thanks for putting this list together, handy having a list of galleries, slideshows and lightboxes all in one place.

  18. 19
    ali kaplan
    May 18th, 2007 5:15 pm

    great scripts for web albums,
    thanks…

  19. 20
    Mathew
    May 18th, 2007 5:50 pm

    An example of lightbox2 implementation with flickr http://flickr.mathewvp.com

  20. 21
    Nuno Ferreira
    May 18th, 2007 1:50 am

    Another script: Ibox

  21. 22
    Luke
    May 18th, 2007 2:03 am

    Personally I use Flickr to archive all my photos and recently I came across this script from naggle.com which provides a beautiful gallery with seamless integration with the Flickr API.

  22. 23
    Rameshan
    May 18th, 2007 6:51 pm

    Hey.. it’s very nice to see all good image galleries in a single page.. i was searching for a good image gallery to use in my site.. thanks to smashing magazine..lots of million thanks to you…

  23. 24
    jack
    May 18th, 2007 7:54 pm

    that is cool! thanks a lot

  24. 25
    Openfire3
    May 18th, 2007 8:49 pm

    Hey you forgot LightWindow, the boosted Lightbox
    http://stickmanlabs.com/lightwindow/

  25. 26
    BooTCaT
    May 18th, 2007 9:40 pm

    Thanks pals , actually , i was looking out for a nice gallery i could use up .

    Gallery by menalto , was actually , very heavy and sucks from root .

    Found , phpgraphy to be useful .
    Anyway , nice post and thanks .

  26. 27
    szek
    May 18th, 2007 6:09 am

    great post as usual, guys. thanks for the effort!

  27. 28
    bobofat
    May 19th, 2007 12:43 am

    @ Mark

    Agree…simpleviewer is a great product.

    http://www.airtightinteractive.com/simpleviewer/

  28. 29
    bex
    May 19th, 2007 3:14 am

    Thanks so much for this all in one place! Exactly what I’ve been craving.

  29. 30
    Ondrej Zara
    May 18th, 2007 5:59 pm

    Hi,
    you forgot the brand new complete JS-PHP personal gallery solution, the OAT Gallery! :)

  30. 31
    Thomas Hansen
    May 19th, 2007 6:41 pm

    Or you could just drop doing the JavaScript yourself and use a 100% declarative library like the one in my sig.
    ;)

    .t

  31. 32
    TR1
    May 20th, 2007 6:18 am

    Dont forget FlickrHelpr. CSS, AJAX, using your flickr photos.

  32. 33
    heart
    May 20th, 2007 7:36 pm

    i really love the way u round them up, gr8 job guys.
    keep it up.

  33. 34
    Uzbek
    May 21st, 2007 12:52 pm

    Great list SM.

    I used to keep track of galleries scripts at delicious. Now I need to keep just one link :)

    thanks again.

  34. 35
    sd
    May 21st, 2007 4:08 pm

    thanks for the nice thematic link collection. would pick something of these for the next client projects.

  35. 36
    Fotis Evangelou
    May 21st, 2007 7:52 pm

    A great alternative to Lightbox is Lytebox. It does not really on any JS library and produces the same effect as the original (better in my opinion).

  36. 37
    Jermayn Parker
    May 23rd, 2007 5:54 pm

    Good one, galleries can be useful at times especially for projects etc

    Thanks for posting them :)

  37. 38
    Erik Dungan
    May 23rd, 2007 4:31 am

    This is a great list, thanks for compiling it.

  38. 39
    Tilman
    May 24th, 2007 5:05 pm

    I came up with another solution that is in beta right now: imgStack. Display a sequence of images in a area of your website, users can click through it with an unobtrusive fading interface. Super-easy to use: http://tint.de/imgstack-0-5

  39. 40
    Mat_
    May 29th, 2007 8:03 pm

    Hi !
    Niiiiiiiiiiiice article !

    Thx ! And keep on offering us such goood articles !

  40. 41
    OverZero.it
    May 30th, 2007 3:46 pm

    Very very useful list.
    Many thanks!

  41. 42
    Mikestar
    May 31st, 2007 12:34 am

    Same post as Drweb (german web magazine) wrote a month ago? :-) Have a look: Link [www.drweb.de].
    But nice to have this post in english now ;-)

  42. 43
    mangia
    June 1st, 2007 2:07 am

    Nice article. My recommendations goes to Zenphoto. I’m using it and I’m completely satisfied.

  43. 44
    Freelance Website Design
    June 9th, 2007 6:48 am

    These aren’t bad at all. I like most gallerys that use any form of jquery, ajax, etc.

  44. 45
    Jorge Quan
    June 12th, 2007 1:07 am

    I prefer to use highslide: http://vikjavev.no/highslide/

  45. 46
    Azarai
    June 17th, 2007 5:18 am

    Hey, my gallery script is missing :-) Imago Comments welcome

    Too bad that this nice list is quite too late

  46. 47
    Satsilem
    June 19th, 2007 3:09 pm

    the “previous – “next” links doesn’t work in the AgileGallery!

    Is this a bug? Does anyone knows how to fix this.

  47. 48
    Sambo
    July 2nd, 2007 7:09 pm

    Great list of slideshow thank.

  48. 49
    Shane O Sullivan
    July 3rd, 2007 9:33 pm

    I’ve written an Image Gallery for Flickr based on Dojo (http://www.dojotoolkit.org), JavaScript and CSS. It has a bunch of cool features, including intelligent pre-loading of images , fade effects and much more.

    It’s open source, and it’s only dependency is the Dojo toolkit.

    See http://shaneosullivan.wordpress.com/2007/07/03/flickr-and-dojo-image-gallery for more information.

  49. 50
    jimmy joshmo
    July 13th, 2007 12:41 am

    Hi, just passing through try this gallery also,
    very customizable free for private use
    expose 4 works with joomla also standalone flash

    http://www.slooz.com/

  50. 51
    Nizu
    July 13th, 2007 3:52 pm

    thanks for sharing these useful galleries!

  51. 52
    Si Philp
    July 16th, 2007 5:10 am

    This article is an eye opener as I have been a lightbox user for a while now. I will be looking over alternatives you mention as some of the screenshots look very interesting.

  52. 53
    Israel Cefrin
    July 26th, 2007 1:41 am

    Excellent list !!!!
    The jQuery solution is a killer lightbox solution.
    I´m blogging about it ok ?

    regards

  53. 54
    Konin
    August 10th, 2007 3:58 am

    Very good list ! Thanks.

  54. 55
    Marven
    August 24th, 2007 11:28 pm

    Thanks for this great compilation. Here’s a YUI based lightbox gallery script, great compatibility across browsers.

    http://thecodecentral.com/2007/08/17/yui-based-lightbox-revisit

  55. 56
    Brandon Buttars
    September 6th, 2007 6:01 am

    The great thing about these scripts is that you don’t have to use them as galleries that are traditionally thought of. The SmoothGallery can be used as a rotating header. I have used it that way before. You can hate galleries all you want, but if you look at them as another way to present graphics in general or use differently they can become a whole lot more than galleries.

  56. 57
    MadMardigan
    September 21st, 2007 11:58 pm

    Thanks for this. It was extremely helpful.

  57. 58
    MIke M
    October 13th, 2007 2:49 am

    No mention of what I think is the best, easiest to implement gallery around. Made by the brilliant folks over at http://www.dezinerfolio.com. It’s a flash/xml based gallery

  58. 59
    Shane O'Sullivan
    October 14th, 2007 6:55 am

    I have just added three new image widgets to the Dojo ajax toolkit, a Slideshow, a ThumbnailPicker, and a Gallery. Using Dojo’s data stores, they can display images from Flickr, Picasa, or just your own pics. Check out the blog post at http://shaneosullivan.wordpress.com/2007/10/13/introducing-the-new-dojo-image-widgets/

  59. 60
    jake
    December 19th, 2007 12:52 pm

    Heres the gallery to put all these little beginner galleries to shame
    not my creation but I use it exclusively.

    http://www.photo-graffix.com

  60. 61
    Joe Nicora
    February 1st, 2008 9:15 am

    I didn’t see a gallery built on the YUI framework. PhotoViewer is a nice application that could be added to this list.

  61. 62
    Mike Cherim
    March 1st, 2008 10:38 pm

    Hey guys, just wanted to say thanks for including my CSS showcase thingy in your line-up. Again I am honored and appreciative.

  62. 63
    Jeremy Marr
    March 12th, 2008 11:10 am

    Very nice set. Thanks!

  63. 64
    Kevin
    March 19th, 2008 11:17 am

    All these scripts display images from album statically.. i m looking for scripts that display images from RSS Feeds… I want to display images from flickr like site …!! Any idea ???

  64. 65
    Dejan Web Dizajn
    March 22nd, 2008 5:59 pm

    I like this galleries very much. Pretty handy! ;)

  65. 66
    James
    March 24th, 2008 12:31 pm

    Lovely image galleries, these increase my workflow.

    Many Thanks

  66. 67
    Magic Toolbox
    March 28th, 2008 1:06 pm

    Magic Zoom is another tool to add to your list, particularly for showing high res versions of product images.

    http://magictoolbox.com/magiczoom/

  67. 68
    Thom
    April 9th, 2008 1:24 am

    This site would be great if it wasn’t for all the extra graphics on the side bar that slowed it down considerably.

  68. 69
    Tayfun Simsek
    May 7th, 2008 2:23 pm

    Hi,
    I’ve write a script that is directly create your gallery from a directory.

    This script’s name is ilksen-Hermione.

    More Specifications:
    Some IPTC data supported.
    It will directly create your gallery from a directory.
    Thumbnails are creating automatically with GD Library.
    Resized versions can specify.

    Requires: PHP and GD Library. No setup required.

  69. 70
    Sylvia
    May 20th, 2008 5:12 am

    My photoscript is not that leightweight…it’s a bit more complex than most mentioned solutions, but it also offers a lot of possibilities (like a combination of photoblog and gallery, exif support etc).
    I wish this list would have existed 5 years ago, would have saved me a lot of work ;-).
    Anyway, my script is named Sylverblog and is also released :
    Sylverblog

  70. 71
    JoomlaWorks
    May 27th, 2008 1:51 pm

    Frontpage Slideshow by JoomlaWorks originally started as a Joomla! only extension but now there is a standalone version which can be integrated into any php based website or CMS, including Wordpress or Drupal. Related demos are available on http://www.frontpageslideshow.net.

    What separates Frontpage Slideshow from the rest is that a) it uses templates and comes prepacked with 8 (more added as versions progress) and b) it utilizes 2 different slideshow engines based on jQuery and Mootools (thus providing alternatives in case of javascript conflicts). The templating of the slideshow relies solely on CSS coding and anyone can create their own template pack and use it within the slideshow.

    Enjoy! ;)

  71. 72
    Mukond
    May 28th, 2008 7:34 am

    Thanx this is a greate site.
    I like the smooth gallery. (java script)

  72. 73
    Shubhamoy
    June 9th, 2008 10:36 pm

    Hi,
    Really wonderful collection. Awesome.

    Best Regards,

  73. 74
    sami
    June 10th, 2008 2:41 am

    i’ve been usign light box that’s cool.
    JonDesign’s SmoothGallery and Cross Browser Multi-Page Photograph Gallery are also attractive.

  74. 75
    and_of_course_iGall
    August 12th, 2008 1:37 pm

    iGall generator gives few lines of code you need to include in your HTML, no need PHP, or ASP, works everywhere where is Javascript
    And here is a link

  75. 76
    Silifke
    September 11th, 2008 1:53 am

    Very very good archive.. Thanks.. great..

  76. 77
    Dave
    September 17th, 2008 3:36 am

    Would like a gallery that looks like piclens, with all its 3d animation, but totally on my site, no external links, no messing with rss feeds and does not require the user to have a piclens enabled browser, ie totally browser independent. Anyone got any ideas, one for the developers perhaps.

  77. 78
    Iaian7
    September 30th, 2008 2:12 pm

    I just updated my own Mediabox script to the latest Mootools 1.2 library…

    mediaboxAdvanced (http://iaian7.com/webcode/mediaboxAdvanced) now supports 13 different social videos sites, flash video, audio, animation, inline and external HTML content, images, gallery sets, and title::caption formatting, among many other updates.

    It’s fast, conforms to the original Lightbox syntax standard, and is easily styled using CSS. What more can I say? I use it on my own sites!

  78. 79
    marmari
    October 1st, 2008 7:20 am

    super thank you

  79. 80
    erere
    October 3rd, 2008 10:46 pm

    Nice articile

  80. 81
    steffn
    October 13th, 2008 11:46 am

    Sorry, but this list is complete crap. I went through each and every one of those scripts without finding a good one that does:
    * NOT show a 5 second “loading” message between each image (like ALL these ajax/lightbox ones does.. Whatever happened to preloading?! )
    * Offer a slideshow ability
    * And transition effects, just a simple fade would do.

    If anyone can offer me a link to a script that does the above I would it would make those 30 above completely obsolete!
    -stfn

  81. 82
    dadajax
    October 16th, 2008 8:04 am

    Thanks for this, it really help me!

    steffn: I have experience only with minishowcase gallery and I must say it is really fast (even on slow network connection at work) and it offer slideshow.

  82. 83
    JohnF
    December 10th, 2008 3:45 am

    Just found online clone for MSVista photo gallery – Vista Photo Gallery.com. not tested yet, but thedemo looks nice.

  83. 84
    ramiro
    January 8th, 2009 5:13 pm

    thank you very much for this. it is much appreciated.
    regards from bolivia

  84. 85
    Abid Shahzad
    January 13th, 2009 11:16 pm

    Thanks for sharing. Good resources for animations.

  85. 86
    maxim sh
    January 20th, 2009 6:51 am

    Another good soft – Visual LightBox VisualLightBox.com, great to configure lightbox script without coding.

  86. 87
    xb14
    January 28th, 2009 7:39 pm

    that’s was a great article. congratz.

  87. 88
    nuary
    January 30th, 2009 11:56 pm

    wow.. it’s cool..

    thanx!!

  88. 89
    umesh
    February 13th, 2009 2:01 am

    Does any one knows a gallery solution which can be used with Amazon s3?

  89. 90
    Mischa
    February 24th, 2009 12:44 am

    Does anyone know photo gallery with image protection from save and taken from browser temporary files?

  90. 91
    Jack
    March 5th, 2009 11:36 am

    I’d like to suggest ColorBox. It’s a jQuery based lightbox that is similar in size and features to the other lightboxes, but allows users to style the appearance and behavior to fit the theme of their website without modifying the core JavaScript file.

  91. 92
    Laaurat/NeXuS/
    May 2nd, 2009 1:35 pm

    EXELLENT!!!!! :)

  92. 93
    Brick
    May 16th, 2009 1:43 am

    Thanks for this, been looking for a nice simple gallery i can use to display a few pics and this works a treat. Cheers

  93. 94
    pirumpi
    May 19th, 2009 12:52 pm

    I don’t get it

  94. 95
    Mark
    July 21st, 2009 9:52 pm

    I’ve used most of them, and the one that works best for me (I work alot with artits…) is highslide, i prefer a minimalist design, one page – entire gallery. check out an example here:
    Highslide used for gallery.
    I also used it for the news and events section, when you click on an article or event, a page or flyer pops up using highslide, i love the script :)

  95. 96
    urvi
    July 22nd, 2009 9:53 pm

    It’s cool Galleries

    Thanks,

  96. 97
    zinat
    July 26th, 2009 10:03 pm

    thanks, galleries are good looking.

  97. 98
    Shawn B
    July 28th, 2009 12:50 pm

    What do you call a content type slideshow? Like the ones used all over the web now where you see some content then a few seconds later another content slide comes up. You can usually control them by clicking on corresponding page icons etc. Such as the one on http://www.aetna.com – I know they use a flash version however I have seen some jscript or css versions I believe. I just want to learn how to make one in any language. I have no idea what they are called though. Thanks!

  98. 99
    web
    August 11th, 2009 3:28 pm

    life saver [http://www. spiralteck.com my website]

  99. 100
    bluesky
    August 23rd, 2009 6:55 am

    I use some of the galleries from cssplay. But I also like the lightbox gallery for the Web design portfolio photos.

  100. 101
    Plugo
    August 24th, 2009 12:28 am

    There is also Clearbox: Clearbox, but it’s free only for personal use and commercial licence is not very cheap…

  101. 102
    css gallery ajax
    September 8th, 2009 1:26 am

    all galleries are very useful i have use maxumum from them css gallery ajax

  102. 103
    - P -
    September 8th, 2009 3:16 am

    thank you for scripts

  103. 104
    diseño web
    September 15th, 2009 2:11 pm

    Excelentes galerias, sobre todo la “JonDesign’s SmoothGallery “

  104. 105
    diseño web
    September 15th, 2009 2:13 pm

    Excelentes galerias, sobre todo la “JonDesign’s SmoothGallery “

    http://www.trazavirtual.com

  105. 106
    Matt
    September 17th, 2009 4:47 am

    Does the Horizontal Suckerfish Hover Lightbox work woth video?

  106. 107
    ByteView
    October 13th, 2009 8:12 am

    I just developed a new lightview which you may like.
    based on the simpleJS lib it adds lightview functionality with just 1KB of extra css.
    Supports ajax component loading, degrades for search engines, etc and has load and fade effects.

    http://my.opera.com/Darksat/blog/2009/10/09/byteview-the-world-smallest-javascript-lightview

  107. 108
    ReadyPhotoSite
    October 30th, 2009 6:05 am

    The list of scripts is truly great but….you still need some knowledge to add them to your website. Check readyphotosite.com, that’s fully manageable websites with the flash photo galleries as the key component. Sven, you have done a tremendous job!

  108. 109
    Paul Engel
    November 5th, 2009 10:36 pm

    Try out TopUp:

    http://gettopup.com

    It’s jQuery (soon also Prototype) based and meant to be setup with great ease. The easiest setup is only to include one(!) external Javascript file. It uses one image sprite per layout and doesn’t require a separate stylesheet file to reduce the amount of requests.

    The (pixel perfect) look-and-feel is Apple-like with a dashboard and quicklook layout. You can display images, Youtube content, Flash (SWF and FLV), iframes, Ajax content, QuickTime, Windows Media and RealPlayer movies! Display them separately or grouped. So check it out and give it a try ;)

  109. 110
    alfonz
    November 9th, 2009 12:19 am

    PhotoEmbed is a free Flash based image gallery:
    http://flashcommander.org/photoembed

    You can embed this in any size and it works in any browser. Needs only a simple xml file. Fades in images and thumbs, smooth scrolling, also has fullscreen mode. A cms tool for gallery creation is also available.

  1. 00

    There are no trackbacks at this time. If you are interested in leaving a trackback, please use this URL.

Leave a Comment

Make sure you enter the * required information where indicated. Please also rate the article as it will help us decide future content and posts. Comments are moderated – and rel="nofollow" is in use. Please no link dropping, no keywords or domains as names; do not spam, and do not advertise!



Advertisement Advertise with us!
Join in Smashing Forum
Post your job