Closed (fixed)
Project:
Image
Version:
5.x-1.x-dev
Component:
image_gallery
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2007 at 20:24 UTC
Updated:
5 Sep 2007 at 17:42 UTC
Jump to comment: Most recent file
Comments
Comment #1
drewish commentedroll a patch.
Comment #2
joachim commentedThere's an extreme case where the image spills out of the box -- either the text is tiny or you've got pretty big thumbnails.
To cover this, I've applied drupal's built-in clear-block class.
Comment #3
drewish commentedit looks like that patch was against an older version of the file. take a look at the current code and let me know if this is still applicable.
Comment #4
drewish commentedmarked http://drupal.org/node/164352 as a duplicate
Comment #5
Hetta commentedJoakim's patch in #2 changes a style which isn't found in the current module
$content .= '<li style="height : '.$height .'px">';(currently
$content .= '<li>';)to
$content .= '<li class="clear-block">'; )on line 336.
In case that's necessary for themes: here's a patch against the current dev (Aug 02, 2007).
Comment #6
drewish commentedCommitted to HEAD and DRUPAL-5.
Comment #7
(not verified) commented