hello is there a way to invoke a refresh of the container after the page loads? I happen with safari elements are merged, not positioned correctly, slightly enlarging the window elements are positioned normally.
$(function(){// start isotope first on document readyvar$container=$('#my-container-id');$container.isotope({// options...}).imagesLoaded(function(){// trigger again after images have loaded$container.isotope('reLayout');});// use as a last-resort$(window).load(function(){// trigger again after everything has loaded$container.isotope('reLayout');});});
hello is there a way to invoke a refresh of the container after the page loads? I happen with safari elements are merged, not positioned correctly, slightly enlarging the window elements are positioned normally.
http://mbades.com/client/testing998887799fkc_cm
The text was updated successfully, but these errors were encountered: