Display images in collumns
lordzik - February 12, 2009 - 11:45
| Project: | Imagefield Gallery |
| Version: | 5.x-1.4 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Jump to:
Description
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.
| Attachment | Size |
|---|---|
| imagefield_gallery_span.patch | 1.09 KB |

#1
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