germanysbestkeptsecret / Wookmark-jQuery

A jQuery plugin to create a dynamic, multi-column layout.
MIT License
2.64k stars 759 forks source link

Option to keep the same position on refresh #219

Open zilions opened 8 years ago

zilions commented 8 years ago

It would be great to have an option that allows all items to keep their position on refresh.

For example, if an item has a height of 200px, but then gets extra content pushed to it after page load to make it 500px, all the other elements after it get moved around and reordered into different rows/columns. This can confuse the user since they thought that an item was in one place, yet it has now been moved completely.

Would this be a difficult option to add?

Sebobo commented 8 years ago

But the others have to be moved around to make room for the bigger item. Or do you mean, you just want the columns to be reorderd and not the rows?

zilions commented 8 years ago

Correct. So if the height changes on a particular item, just to push down the items below it instead of reordering all the other items into different columns and confusing the user.