Skip to content

Instantly share code, notes, and snippets.

@phamhung77
Last active May 7, 2018 09:09
Show Gist options
  • Select an option

  • Save phamhung77/9f7ff47968f806481f5f1b796c970a65 to your computer and use it in GitHub Desktop.

Select an option

Save phamhung77/9f7ff47968f806481f5f1b796c970a65 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