jquery-match-height icon indicating copy to clipboard operation
jquery-match-height copied to clipboard

Rounding down height

Open danielbenjamins opened this issue 7 years ago • 2 comments

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.

danielbenjamins avatar Oct 23 '17 01:10 danielbenjamins

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?

liabru avatar Oct 23 '17 09:10 liabru

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.

danielbenjamins avatar Oct 23 '17 19:10 danielbenjamins