Skip to content

Uncolumnize #148

@ghost

Description

Is there a way to uncolumnize?

i.e for a responsive site is there a way to regenerate the columns for different screen sizes?

So for example I'd like on smaller devices only to display one column instead of two.
So on resize I had this:

if (s.width < 768){

$('.columns').columnize({ columns: 1, buildOnce: false });

} else {

$('.columns').columnize({ columns: 2, buildOnce: false });

}

Doesn't seem to work though.. any ideas?

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