library autoheight
Find the largest element content and set all elements in the same row to the same height.
vokabuka/autoheight
Find the largest element content and set all elements in the same row to the same height.
- Monday, May 21, 2018
- by Vokabuka
- Repository
- 1 Watchers
- 0 Stars
- 1 Installations
- JavaScript
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
© BLACKTREES, (*1)
jQuery AutoHeight
Find the largest element content and set all elements in the same row to the same height.
Try the example.html
and resize your Browser to see the dynamic adjustment., (*2)
Install
bower install jquery-autoheight, (*3)
Basic usage
Load jQuery the plugin and style your elements., (*4)
<div>
<div class="box">Lorem ipsum dolor sit amet, consectetuer adipiscing elit...</div>
<div class="box">Lorem ipsum dolor sit amet...</div>
...
</div>
Now you can use the Plugin like this., (*5)
$('.box').AutoHeight()