You are here

README.txt in Isotope (with Masonry and Packery) 7

Same filename and directory in other branches
  1. 6 README.txt
  2. 7.2 README.txt
The Isotope Module is a Drupal 7 Javascript Implementation of
David DeSandro's Isotope.js

Isotope.js provides a mosaic style that uses CSS transistions and
transformations but also falls back to Javascript for browsers
that do not support CSS animations.  It also provides the option
to add the aditional javascript files jQuery bbq, infinitescroll,
and the most up to date jQuery

Installation:

  1. Download the latest version of Isotope.js from master branch

     git clone git://github.com/desandro/isotope.git isotope

  2. Clone the repo into the libraries dir
     <Drupal>/sites/<yoursite.com>/libraries/

  3. Verify You have the Libraries API installed

  5. Enable Libraries and Isotope

  6. Visit admin/settings/admin/config/user-interface/isotope to choose your configuration

  7. Profit

File

README.txt
View source
  1. The Isotope Module is a Drupal 7 Javascript Implementation of
  2. David DeSandro's Isotope.js
  3. Isotope.js provides a mosaic style that uses CSS transistions and
  4. transformations but also falls back to Javascript for browsers
  5. that do not support CSS animations. It also provides the option
  6. to add the aditional javascript files jQuery bbq, infinitescroll,
  7. and the most up to date jQuery
  8. Installation:
  9. 1. Download the latest version of Isotope.js from master branch
  10. git clone git://github.com/desandro/isotope.git isotope
  11. 2. Clone the repo into the libraries dir
  12. /sites//libraries/
  13. 3. Verify You have the Libraries API installed
  14. 5. Enable Libraries and Isotope
  15. 6. Visit admin/settings/admin/config/user-interface/isotope to choose your configuration
  16. 7. Profit