Provides an API for integrating the jQuery Masonry plugin with Drupal.
From masonry.desandro.com:
Masonry is a JavaScript grid layout library. It works by placing elements in optimal position based on available vertical space, sort of like a mason fitting stones in a wall.
As this is an API module, you will likely want to download some of the sub-modules below that implement this API to provide Masonry functionality to various parts of your site.
Additionally, no styling is provided by this API module or any of the sub-modules. You will need to add your own CSS as described here.
Dependencies
Installation
- Install this module using the official
Backdrop CMS instructions
Developers
If your module requires the library provided by this wrapper, you can access the
JavaScript by:
- Requiring this module as a dependency in your module
- Loading the library in your module as follows:
backdrop_add_library('masonry', 'masonry');
Issues
Bugs and Feature requests should be reported in the
Issue Queue
Current Maintainers
- Laryn Kragt Bakker - CEDC.org
- Co-maintainers welcome
Credits
- Ported to Backdrop CMS by Laryn Kragt Bakker - CEDC.org.
- Maintainers for the Drupal module: Peter Anderson and Dom..
License
This project is GPL v2 software. See the LICENSE.txt
file in this directory for complete text.