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
- Host: GitHub
- URL: https://github.com/mikeludemann/equalheight
- Owner: mikeludemann
- License: mit
- Created: 2017-11-09T16:19:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-15T23:33:55.000Z (over 8 years ago)
- Last Synced: 2025-03-28T02:49:05.267Z (over 1 year ago)
- Topics: height-calculation, javascript, jquery
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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");
```