liabru
liabru
I can't see any particular problems with the demo in Quantum. Can you give more information such as a link?
I think this should work, could there be a problem somewhere else in your code? You could also try only selecting the required elements, so you wouldn't need to use...
I think there's a pull request related to this see #65, does that help anybody?
It's pretty hard to say without seeing your code, can you give a link?
This is intentional when you're using the `byRow` option (which is default `true`), can you should try setting it to `false`?
This feels like something you should just write your own additional code for, since the reason you need an explicit height is not related to matching heights of multiple elements?...
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?
Can you tell me the model of the phone and the browser version?
Unfortunately `_maintainScroll` is only approximate, certain content changes will throw the estimation off more than others. If it helps anyone, the exact implementation is just [this line](https://github.com/liabru/jquery-match-height/blob/master/jquery.matchHeight.js#L293-L295). Maybe there's a...
You can't currently set this, but I'll consider adding a way to support this. I'm not sure I want to make the data api more complex though. For now you're...