jquery-match-height
jquery-match-height copied to clipboard
Having multiple 'property' attributes
Is it currently possible to set multiple property
attributes?
In this example: $('.item').matchHeight({ property: 'min-height' });
Can I pass property
an array? In my instance I need to set the height and the max-height.