Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action( 'wp_enqueue_scripts', 'jk_masonry' );
- function jk_masonry() {
- wp_enqueue_script( 'jquery-masonry', array( 'jquery' ) );
- }
- /*
- How to use?
- $('#container').masonry({ singleMode: true });
- or
- $('#container').masonry({ columnWidth: 200 });
- Get masonry resources form here: http://masonry.desandro.com/
- */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement