Is there a way to make isotope fill all the white spaces on a row?
The container has a fixed width and 3 different types of boxes (3 widths and a fixed height). I see 3 possible solutions:
Make isotope look further down the list and make the decision in what is the best way to combine the boxes so there are fewer white spaces and those spaces are all at the bottom of the container. In this case we need enough boxes of different sizes.
Resize some of the boxes and move them so the row is always full.
Detect the number of boxes and their sizes before they are placed in the container and change the size for some of them, so there is a variety of sizes and hopefully isotope will have less rows with white spaces.
I hope someone can put me in the right direction