While I have this kind of working, it's not working exactly as it should. I have 2 widths set up a wide and a narrow one. When you make the page narrower it rearranges, but not exactly as it should - it leaves whitespace. I'm not sure if this is a bug or something I did wrong in the code. View the attachments to see the white space that should have been filled in.

Comments

markus_petrux’s picture

Status: Active » Closed (works as designed)

When an items wraps, the broken line takes the height of the highest item that remains in that line. That's how it works.

If you want to fill in the white spaces, you'll have to apply a different solution. Maybe something such as http://drupal.org/project/views_fluidgrid (not sure why they used a module name that is so similar to this one)