Comment on JQuery plugin to arrange images using knapsack algorithmComments−dangoldin14yPretty interesting stuff. Have you heard of the Isotope jQuery library? It does something similar.How is the performance on this one?−heroic14yThe isotope library is based on the masonry library, which will not work like rucksack to arrange items that have random width.
Comments
Pretty interesting stuff. Have you heard of the Isotope jQuery library? It does something similar.
How is the performance on this one?
The isotope library is based on the masonry library, which will not work like rucksack to arrange items that have random width.