Has anyone seen a custom layout for isotope which is masonry from bottom up? It is not that complicated in the original Masonry plugin, as demonstrated here.
However, I am having difficulty translating this method to masonry layout in the unminified Isotope. Any suggestions would be much appreciated.
I have not seen any custom layout. But, recently I changed the Isotope’s js to reflect the bottom up masonary.
On line 590, Change the following code
to
and then set the fromBottom options to true while calling. Optionally, you can add the same property in $.Isotope.settings on line 330.
P.S. I know its been two months but it may help someone.