Closed (duplicate)
Project:
Image
Version:
5.x-1.x-dev
Component:
image_gallery
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Aug 2007 at 20:03 UTC
Updated:
6 Aug 2007 at 10:32 UTC
Jump to comment: Most recent file
Comments
Comment #1
drewish commentedsee http://drupal.org/node/136338
Comment #2
Hetta commentedThe 225 comes from 150 (default thumbnail size) + 75. The 75 is found on line 373 in the current dev of the image_gallery.module (sites/all/modules/image/contrib/image_gallery ), which adds 75 to the height of thumbnail settings:
$height = $size['height'] + 75;Removing the "+ 75" will make landscape-only thumbnails line up properly, while portraits among the landscapes will fall down on top of their names. (I've attached a screenshot of that.)
You can of course change it as and how you like.