Column count
-
Hi guys,
First of all: great plugin, don’t like them in general, but yours seems solid :). The only thing I want to say (and ask) concerns the column count or CSS. As you might perhaps know, it is possible to make columns with CSS:
div {
-webkit-column-count: 3; /* Chrome, Safari, Opera */
-moz-column-count: 3; /* Firefox */
column-count: 3;
}It would be great for this plugin as well. The CSS column count doesn’t only work horizontal, but vertical as well (like Masonry). Since most categories have a different hight, this is great.
Once again: thanks! Regards, Peter
- The topic ‘Column count’ is closed to new replies.