Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jamiemitchell/a81b175be6c283a877a4e1410013529c to your computer and use it in GitHub Desktop.

Select an option

Save jamiemitchell/a81b175be6c283a877a4e1410013529c to your computer and use it in GitHub Desktop.
jQuery( document ).ready( function( $ ) {
jQuery( '.content' ).masonry();
} );
jQuery( 'img' ).load(function() {
jQuery( '.content' ).masonry();
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment