BB Masonry

Component ID

2199893

Component name

BB Masonry

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

The BB Masonry module provides a wrapper to enable you to include the masonry library on certain pages.
It is a very simple module that:

  • Allows you to configure the Masonry Library
  • Choose which pages to include masonry on
  • Configure container and item selectors
  • Choose minified or unminified library
  • Check for status of library
  • Choose default of custom css

It requires the Masonry library found at: http://masonry.desandro.com
It doesn't use the JQuery version.
There is an existing module that uses the JQuery version https://drupal.org/project/masonry

Instructions:

  1. Download both minified and uncompressed versions of masonry
  2. Put them in the library folder 'libraries/masonry'
  3. Install and configure the BB Masonry module
  4. Markup masonry content with a container div and individual item divs
  5. see readme.html for a standalone example

The module includes and initialises the Masonry JS on the required pages.