Created
          May 28, 2010 17:45 
        
      - 
      
- 
        Save jccovey/417468 to your computer and use it in GitHub Desktop. 
    jQuery Masonry Layout Plugin
  
        
  
    
      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
    
  
  
    
  | http://desandro.com/resources/jquery-masonry/ | |
| http://desandro.com/mint/pepper/tillkruess/downloads/tracker.php?url=http://github.com/desandro/masonry/raw/master/js/jquery.masonry.min.js&remote | |
| Configuring Masonry is fairly easy. Simply attach the .masonry() method to the wrapping container element in your jQuery script. Depending on the layout, you’ll most likely need to specify one option. | |
| For layouts with elements that span multiple widths: | |
| $('#wrapper').masonry({ columnWidth: 200 }); | |
| For layouts with elements that span the same width: | |
| $('#wrapper').masonry({ singleMode: true }); | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment