Closed (duplicate)
Project:
Image
Version:
5.x-1.x-dev
Component:
image_gallery
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2007 at 13:21 UTC
Updated:
16 Jan 2009 at 03:00 UTC
The fixed height for image gallery entries isn't always enough, so later images get put on top of information for earlier images. Removing the fixed height sorts this out but I'm sure it could be done better!
HTH, Peter
$ diff image_gallery.module-org image_gallery.module-patched
279c279,280
< $content .= ' style="height : '.$height .'px; width : '.$width.'px;"';
---
> /*$content .= ' style="height : '.$height .'px; width : '.$width.'px;"';*/
> $content .= ' style="width : '.$width.'px;"';
Comments
Comment #1
drewish commentedhumm, yeah you're probably right. any suggestions on how to do it right would be welcome.
also, take a look at http://drupal.org/patch for info on the proper format for patches.
Comment #2
sunI think this has been fixed already.