I started using awsome JQuery Isotope plugin in my project. Everything works great, but I'm having one issue with corner-stapm option.
Each element in my masnory grid has fixed width (220px + 5 margin) and random height (depending on its content) and I am using @media queries in CSS file to change columns number on different screen resolution (page width can be 230, 460, 690.. etc.).
Problem with corner stamp occurs in the narrowest version (one column) - the corner stamp is covered with Isotope elements...
The same issue occurs on Isotope official page in this demo: http://isotope.metafizzy.co/custom-layout-modes/masonry-corner-stamp.html (when window is narrowed the big red rectangle hides behind other Isotope elements).
I found that it can work properly as it has in Masnory plugin demo site! http://masonry.desandro.com/demos/corner-stamp.html
I've already combined to copy site scripts from Masnory to Isotope, but with no luck as I am no too good at JS/jQuery :/
It would be great to have it working in Isotope as I want my site to have filtering options (not available in Masnory plugin).