jQuery(window).load(function(){
var container = jQuery(‘#portfolio-wrap-1’);
// initialize isotope
container.isotope({
animationEngine : ‘best-available’,
animationOptions: {
duration: 200,
easing: ‘easeInOutQuad’,
queue: false
}
});
jQuery(window).resize(function() {
container.isotope(‘reLayout’);
});
// filter items when filter link is clicked
jQuery(‘#filters.filter-1 a’).click(function(){
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed