Skip to content

Avoid use on single-column layout? #9

Description

@murwiz

Is there a way to recognize when the columns are arranged in a stack, and avoid applying the equal height adjustment? I'm currently attempting to do this by examining the columns for their top offset as a filter before invoking your method:

$('.equal-height-columns')
.filter(...)
.equalHeightColumns(...);

but it's awkward, and I'm not exactly clear on whether I have to recalculate this every time the viewport changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions