Your IP : 216.73.216.240


Current Path : /home/s/u/n/sunflowe/www2/disneyexplorer/wp-content/themes/wide/assets/js/dev/
Upload File :
Current File : /home/s/u/n/sunflowe/www2/disneyexplorer/wp-content/themes/wide/assets/js/dev/isotope-init.js

(function($){
    "use strict";
    function wide_isotope(){
        jQuery('.content-category .archive-blog').isotope({
            masonry: {
                columnWidth:'.col-item',
            },
            transitionDuration: '0.4s',
            fitWidth: true
        });
        jQuery('.blog-grid-layout .archive-blog').isotope({
            masonry: {
                columnWidth:'.col-item',
            },
            transitionDuration: '0.4s',
            fitWidth: true
    });
    }
    jQuery(document).ready(function($) {
        jQuery("img.lazy").lazyload();
    });

    jQuery(window).load(function(){
        wide_isotope();
    })
})(jQuery);