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.
Is it currently possible to set multiple
propertyattributes?In this example:
$('.item').matchHeight({ property: 'min-height' });Can I pass
propertyan array? In my instance I need to set the height and the max-height.