Skip to content

Conversation

pynej
Copy link

@pynej pynej commented Nov 5, 2013

...g instead of widths.

Added extraColumnClass for specifying extra column classes.

For example the following can be used if using a Grid Responsive layout system to make the layout revert to single column on mobile devices.

$("myContent").columnize({
columns: 3,
extraColumnClass: "s-grid-whole",
columnClassFunc: function(col) {
return "grid-" + (12/col);
},
});

…zing instead of widths.

Added extraColumnClass for specifying extra column classes.

For example the following can be used if using a Grid Responsive layout system to make the layout revert to single column on mobile devices.

$("myContent").columnize({
	columns: 3,
	extraColumnClass: "s-grid-whole",
	columnClassFunc: function(col) {
		return "grid-" + (12/col);
	},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant