You are here

INSTALL.txt in Masonry API 7.3

Same filename and directory in other branches
  1. 8 INSTALL.txt
Requirements
============

To work with the 3.x version of masonry,
This project requires two third party libraries to be placed in your
sites/all/libraries directory.
Both are provided by David DeSandro desandro.com

The items on the Status report page ( /admin/reports/status )
will indicate if they are available and installed on your system correctly.


Masonry
-------

Fetch Masonry http://masonry.desandro.com/
from http://masonry.desandro.com/masonry.pkgd.min.js
and place it into

    sites/all/libraries/masonry/masonry.pkgd.min.js

2015-06, the version available for download was v3.3.0

imagesLoaded
------------

Fetch imagesLoaded http://imagesloaded.desandro.com/
from http://imagesloaded.desandro.com/imagesloaded.pkgd.min.js
and place it into

    sites/all/libraries/imagesloaded/imagesloaded.pkgd.min.js

2015-06, the version available for download was v3.1.8

JQuery Update
-------------

Download and install the Drupal JQuery Update module as usual.
https://www.drupal.org/project/jquery_update

Configs are at /admin/config/development/jquery_update

In testing against the current Masonry 3.x library,
jQuery Version 1.7 works well, so choose that if you can.

File

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