is there any other jQuery Isotope plugin implementor that knows, if it is possible to automatically shrink a currently enlarged .element when a new .element is clicked, and if it is possible to have that currently enlarged .element always displayed top left in the #container div (the other elements can Isotope themselves around as usual after reLayout)?
Thanks!
You may be able to leverage this: http://isotope.metafizzy.co/tests/masonry-corner-stamp.html for stamping the elarged element to the side. If you can’t get this to work you might want to look into the “shuffle” functionality and set that elements shuffle property to a value where it always puts it at the top left.
As for the other issue of toggling the enlarged elements you can just remove the class which enlarges the element from the currently enlarged element and put it on the new one using jquery’s “removeClass” method.