cms/drupal/sites/all/modules/masonry/INSTALL.txt
changeset 541 e756a8c72c3d
equal deleted inserted replaced
540:07239de796bb 541:e756a8c72c3d
       
     1 Requirements
       
     2 ============
       
     3 
       
     4 To work with the 3.x version of masonry,
       
     5 This project requires two third party libraries to be placed in your
       
     6 sites/all/libraries directory.
       
     7 Both are provided by David DeSandro desandro.com
       
     8 
       
     9 The items on the Status report page ( /admin/reports/status )
       
    10 will indicate if they are available and installed on your system correctly.
       
    11 
       
    12 
       
    13 Masonry
       
    14 -------
       
    15 
       
    16 Fetch Masonry http://masonry.desandro.com/
       
    17 from http://masonry.desandro.com/masonry.pkgd.min.js
       
    18 and place it into
       
    19 
       
    20     sites/all/libraries/masonry/masonry.pkgd.min.js
       
    21 
       
    22 2015-06, the version available for download was v3.3.0
       
    23 
       
    24 imagesLoaded
       
    25 ------------
       
    26 
       
    27 Fetch imagesLoaded http://imagesloaded.desandro.com/
       
    28 from http://imagesloaded.desandro.com/imagesloaded.pkgd.min.js
       
    29 and place it into
       
    30 
       
    31     sites/all/libraries/imagesloaded/imagesloaded.pkgd.min.js
       
    32 
       
    33 2015-06, the version available for download was v3.1.8
       
    34 
       
    35 JQuery Update
       
    36 -------------
       
    37 
       
    38 Download and install the Drupal JQuery Update module as usual.
       
    39 https://www.drupal.org/project/jquery_update
       
    40 
       
    41 Configs are at /admin/config/development/jquery_update
       
    42 
       
    43 In testing against the current Masonry 3.x library,
       
    44 jQuery Version 1.7 works well, so choose that if you can.