I added these lines:
———————–
// layout Isotope after each image loads
$grid.imagesLoaded().progress( function() {
$grid.isotope(‘layout’);
});`
into “isotope_configure.js” file after these part:
————————————————–
`jQuery(document).ready(function($) {
// Initialize Isotope
var Anims = parseInt(iig8_option.dgrid);
if (isNaN(Anims)) {
var trandsD = 400;
} else {
var trandsD = 0;
}
$grid = $(‘.IIG8_list’).isotope({
// options
itemSelector: ‘.IIG8_list__item’,
transitionDuration: trandsD
});
$grid.isotope(‘shuffle’);
$grid .show();
And chage “imagesloaded.pkgd.min.js” into the newest version, and it looks like getting good :).
I’m getting the same issue. What you do mean with:
And chage “imagesloaded.pkgd.min.js” into the newest version, and it looks like getting good :).
You need to download the file newest version from here:
https://github.com/desandro/imagesloaded/tree/v4.1.4
And change the old version to this in the plugin “js” folder. 🙂