Having multiple 'property' attributes
skillmatic-co opened this issue · 0 comments
skillmatic-co commented
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.