jQuery Responsive Thumbnail Gallery

jQuery Responsive Thumbnail Gallery Plugin

The Responsive Thumbnail Gallery is a jQuery plugin for creating image galleries that scale to fit their container. Apply it to a DOM element on the document ready event.


$(document).ready(function() {
var gallery = new $.ThumbnailGallery($('#gallery'));
});

You can configure the settings as follows
(example has the default config values assigned)

$(document).ready(function() {
var gallery = new $.ThumbnailGallery($('#gallery'), {
thumbImages: '_/img/thumbs/thumb',
smallImages: '_/img/small/image',
largeImages: '_/img/large/image',
count: 10,
thumbImageType: 'jpg',
imageType: 'jpg',
breakpoint: 600,
shadowStrength: 1
});
});

Parameters are:

thumbImages: path to the thumbnails
smallImages: path to the small size images
largeImages: path to the large size images
count: number of images/thumbnails
thumbImageType: file extension for thumbnail images (all should be the same)
imageType: file extension for gallery images (all should be the same)
breakpoint: width at which the small and large image sizes are swapped
shadowStrength: strength of the shadow on the non-selected thumbs (0-1)

Download: http://johnpolacek.github.com/ResponsiveThumbnailGallery/


 
SPONSOR RECOGNITION

Search Box

Latest Resources

caroufredsel CarouFredSel is a free circular, responsive jQuery carousel that turns any kind of HTML element into a...
scrolls-image-gallery This is a PHP and jQuery image gallery developed by tympanus called Fresh Sliding Thumbnails...
jquery-circular-plugins There is many great jQuery circular plugin that help you to create beautiful circular switches like volume...
joomla-admin-tool A professional admin tool like wordpress admin panel for joomla 2.5+ called JSN PowerAdmin developed by...
joomla-testimonials Today, Joomlavisually review a free extension that you will be able to add a page with testimonials and...
html5-joomla-contact-form This is free visual joomla contact form module based on html5 and css3 developed by www.nsdh.nl called JIH...
k2-extra-fields-checkbox Sometime we need MultiSelect with Checkbox if you are using Joomla K2, but K2 missing this functions, now...
joomla-social-counters In this post, Joomlavisually will gather free extensions including modules and plugins that will help you...
maintenance-mode Top Free Under Construction (Coming Soon) WordPress Themes is the way to put your blog to offline mode for...
crafted-timelines Timeline is also great for pulling in media from different sources. It has built in support for pulling in...

About & Suggest

joomlavisually.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters. The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries. If you want to avail this great opportunity to write for us, please contact at joomlavisually[@]gmail.com.
Copyright © 2008 - 2012 Design by Joomla Visually, All Rights Reserved.