I have a website which is loading thumbnails and then using the jQuery pluggin Masonry to shuffle them into a grid. See http://www.kalpaitch.com for an example of what is happening at the moment.
My concern is the delay between loading all the content and the masonry call which is triggered on page .load(). What would be the best approach to this. I was thinking of having the page load and then using jquery to insert the thumbnails and content into the DOM with a masonry call after each one. What is the best apporach?