imagesloaded aradığınız şey sanırım.

resimlerin olduğu div e display none diyin. loaded olunca show yaparsınız

web sitesi
http://desandro.github.io/imagesloaded/

$("#resimler").imagesLoaded( function() {
  $("#resimler").show();
});