An open API service indexing awesome lists of open source software.

https://github.com/mikeludemann/equalheight

Set equal height for all elements
https://github.com/mikeludemann/equalheight

height-calculation javascript jquery

Last synced: 2 months ago
JSON representation

Set equal height for all elements

Awesome Lists containing this project

README

          

# equalHeight

Set the equal height in all elements in a main / parent element

## Example

```code
equalHeight(main, submain)

With test parameter
equalHeight(".main",".sub");

equalHeightMaximum(main, submain)

With test parameter
equalHeightMaximum(".main",".sub");
```