Monday, March 9, 2015
How about inline slideshow with a nice pop up gallery
What I (my client) wanted was a gallery that is inline as slideshow (with custom effects) and then as you click on the image, it enlarges into more-or-less full-screen or something like it.
Now amazingly I havent found any to be complete like that. Either theyre inline excellent slideshows without "popup-zoomin", or theyre amazing galleries that work from thumbnails (meaning static photos in the page). No fancy-wow-ough-yeah gallery covers the thing as:
1. inline slideshow (not thumbnails)
AND 2. pop-up (zoom-in or whatever) gallery (that has the controls of forward, backward,... and effects,...).
So after a month (or three months?), a combination of 2 scripts seems to somehow provide the best option:
1. Jquery cycle
2. prettyPhoto
With 1st, you put in images in 1 div and cycle through them with several effects. Nice, simple to plug in.
< div id="PhotosScrolling" >
< img1... />
< img2... />
< img3... />
< /div >
With 2nd, you just need to put some links over those imgs, so the final html looks like this:
< div id="PhotosScrolling" >
< a href="BigImage1" rel="ImageGalleryName" > < img1... /> < /a>
< a href="BigImage2" rel="ImageGalleryName" > < img2... /> < /a>
< a href="BigImage3" rel="ImageGalleryName" > < img3... /> < /a>
< /div>
Add the script calls with options. Example is as great as the great touristic destination itself :-).
What I love about these 2 scripts is their simplicity and css dependency. You can easily implement it on any database logic and need not think about much else.
Still wondering though, did I miss any script that does both jobs and can be implemented even easier?
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.