-
-
Notifications
You must be signed in to change notification settings - Fork 148
Closed
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels