$(window).load(function() { // Documentation // http://miromannino.github.io/Justified-Gallery/getting-started/ // http://miromannino.github.io/Justified-Gallery/options-and-events/ // https://sachinchoolur.github.io/lightgallery.js/docs/ var $animThumb = $('#lightgallery'); if ($animThumb.length) { $animThumb.justifiedGallery({ border: 6, lastRow: 'nojustify', margins: 2 }).on('jg.complete', function() { $animThumb.lightGallery({ thumbnail: true }); }); }; $('.loading').removeClass('loading'); $('#loading').addClass('loading'); });