Closed (works as designed)
Project:
Views Fluid Grid
Version:
6.x-1.1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Nov 2011 at 20:18 UTC
Updated:
18 Nov 2011 at 04:43 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| Screen shot 2011-11-17 at 2.10.57 PM.png | 332.85 KB | sander-martijn | |
| Screen shot 2011-11-17 at 2.10.43 PM.png | 428.46 KB | sander-martijn |
Comments
Comment #1
markus_petrux commentedWhen 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)