heightify

5.0.5 • Public • Published

heightify

A module for setting the same heights on given element.

Build Status

Install

$ git clone https://github.com/oyvindhermansen/heightify.git
$ npm install

Usage

import heightify from 'heightify'
 
// vanilla JS selector
heightify({
  element: document.querySelectorAll('div'),
  hasImages: true, // uses imagesLoaded
  destroyOnSize: 500
})
 
// With jQuery selector
heightify({
  element: $('div'),
})
 

Options

The only required key for heightify is element. The rest is optional.

  • hasImages
  • destroyOnSize

Example on how it works with cards

alt tag

Development

$ npm run dev This will run on both src/ and examples/

Build:

For production: $ npm run build

Tests

  • $ npm test
  • $ npm run test:watch

Contribute

If you want to contribute, feel free to make a pull request or file an issue:) Feature requests are also welcome!

Package Sidebar

Install

npm i heightify

Weekly Downloads

27

Version

5.0.5

License

MIT

Last publish

Collaborators

  • oyvindhermansen
  • tathroth