Closed (fixed)
Project:
ImageField
Version:
6.x-3.0-beta1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Mar 2009 at 00:49 UTC
Updated:
31 Mar 2009 at 01:10 UTC
when uploading a 165 x 85 pixel image, the thumbnail generated is not resized and is therefore overlapped by the alt and description textfields. replacing line 95 of imagefield_file.inc with the following fixes the problem
if ($info['width'] <= $size[0] && $info['height'] <= $size[1]) {
Comments
Comment #1
quicksketchThanks, nice catch. Fixed in CVS.