jquery-match-height
jquery-match-height copied to clipboard
Rounding down height
I have an issue where my columns still have an uneven height and get all misaligned. I'm using the "min-height" setting.
The tallest columns are 328.44px but MatchHeight rounds this down to 328px. As a result the shorter columns are set to 328px while the tallest columns are still 328.44px.
As far as I know there shouldn't be any intentional rounding, can you provide a link or a fiddle that shows the issue so I can investigate?
For now I changed my settings from "min-height" to "height", but I rather don't have a fixed height. I'm still developing locally, so I don't have any example or fiddle right now.