You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi. i try to use plugin
but i have some problem - selected objectsjQuery('.pg-csv-box').equalHeights();have real max height 291px but plugin returns 316px because objects with margin and padding.
when i modied plugin to show height and innerheight:
If you'd like to submit a PR, please do! I haven't used this myself in a long time, so I haven't looked at the code (I use flexbox to ensure equal height boxes now).
hi. i try to use plugin
but i have some problem - selected objects
jQuery('.pg-csv-box').equalHeights();
have real max height 291px but plugin returns 316px because objects with margin and padding.when i modied plugin to show height and innerheight:
it was returned:
then i modified src to
var height = $(this).height();
and height at now calculated OK//sorry for scary english :)
The text was updated successfully, but these errors were encountered: