Last active
May 7, 2018 09:09
-
-
Save phamhung77/9f7ff47968f806481f5f1b796c970a65 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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