Needs review
Project:
Imagefield Gallery
Version:
5.x-1.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2009 at 11:45 UTC
Updated:
14 Feb 2009 at 15:04 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| imagefield_gallery_span.patch | 1.09 KB | lordzik |
Comments
Comment #1
eclipsegc commentedif 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