Hi,
Here's my situation: I'm trying to create a layout for a client that involves two column widths (one for a video content-type and one for images) with the masonry fluid layout module. This site illustrates what I'm after: http://iamdarrenjohn.com/
The challenge is that I can't figure out how to specify two column widths for two different content-types in a view. I've tried specifying different widths for fields within a .views-fluidgrid-item. I'll specify a width for field's tag, such as .video (390px) and .photo (190px), and then let the outer tag (.views-fluidgrid-item) acquire that width via "width:auto". I assume the masonry jquery is looking for a specified width for .views-fluidgrid-item?
You mention that here: http://drupal.org/node/736372
So here's another question that's perhaps views theme related: do you know if there is a way (via views theming or whatnot) to have .views-fluidgrid-item acquire a tag based upon content-type? Or, is there perhaps a way to have masonry jquery look for a different set of tags for the column width?
Either way, I'm willing to fund/support this implementation if this is not possible otherwise.
Comments
Comment #1
cyborg_572 commentedI just fixed a couple issues with this module for a client site, including this one.
If you use the stuff here: http://drupal.org/node/1113602 then setting the widths through css will work, just turn off single mode. Your choice whether or not to set a column width.