My WordPress theme is using Bootstrap, and when I combine that with Isotope, it works fine if all elements are same size. But as on of the key functions with Isotope, is the possibility of different sizes in the masonry, I have some featured posts that are 6 columns, instead of 3.
This plays very nicely with Isotope, except when the first post has double size. This breaks the whole Isotope masonry. However, if the placing of the double sized grid item is in 2nd position or lower, it plays extremely nice.
Anyone experienced this before, and know of a fix?
I have also seen the same behaviour with a code example I found online:
All same sized: http://www.bootply.com/89551 One different sized (1st position): http://www.bootply.com/WGTYFKjifZ One different sized (2nd position): http://www.bootply.com/Rx9n79v0Q3
Here is an option that may be workable. First update to Isotope v2.2, ( you need to load imagesloaded.js separately with this version), remove the isotope css transitions in your css and then use a grid-sizer div the same width as your .col-md-3 (25%). You could also use .col-md-3 as your grid sizer. Here is a Demo
css
Add the grid-sizer to your #posts