liabru / jquery-match-height

a responsive equal heights plugin
MIT License
3.07k stars 799 forks source link

Safari issue when zooming out #155

Open miobudayao opened 7 years ago

miobudayao commented 7 years ago

First of all, thank very much for this great work!

When I try to zoom out(ctrl+-) then zoom back in, Safari(Mac) doesn't seem to get the height again. It gets the last height when I zoom out leaving a long white space. selection_133

liabru commented 7 years ago

I'm not sure there's much that can be done about this, since detecting font size changes is not really possible (without polling hacks). Unless you think there might be a bug in the plugin?