Hi,
here is a small patch that replace div tags with span tags. It will allow gallery to display images in collumns (grids) - with small help of css (with div it is really hard to do this).
To be perfect, this module should have an options in UI to input a number of collumns - right now gallery will display images in as many collumns as fit the page - but IMO it's better than having all images in one collumn.

CommentFileSizeAuthor
imagefield_gallery_span.patch1.09 KBlordzik
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

EclipseGc’s picture

if you really need this you should be able to do a display:inline; on the div definition in your own style sheet, though I THINK these are already floated, so I'm not sure what you're getting at. Got an active version of this?

Eclipse