Tonic Gallery- jQuery XML Portfolio Gallery
Default Settings, 12 items per page
Usage:
$('#portfolio').portfolioSetter({xmlSource:'portfolio.xml'});
Wavy animation, 12 items per page
Usage:
$('#portfolio_wavy').portfolioSetter({xmlSource:'portfolio.xml', wavyAnimation:true});
Smaller image size, smaller container size, 10 items per page
Usage:
$('#portfolio_small').portfolioSetter({xmlSource:'portfolio2.xml', pageWidth:520, pageHeight:190, itemsPerPage:10});
Without category filter and different pagination animation
Usage:
$('#portfolio_nocat').portfolioSetter({xmlSource:'portfolio.xml', pageHeight:290, itemsPerPage:8, showCategories:false, easing:'easeInBack'});