Active
Project:
Space Gallery
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Aug 2010 at 15:50 UTC
Updated:
15 Aug 2010 at 17:56 UTC
i have played with the settings and the height of my image is always truncated as if it is floating under the bottom block.
I also changed to 5 different themes and always the same
it does not show the full height of my images.
Comments
Comment #1
rashad612 commentedAre you using imagecache ? Did you manipulate perspective height ??
Comment #2
Zig commentedHave a look at the spacegallery.css file in the css folder in the module.
Set the height in px to the height of your image cache preset.
Change "height: 300px;" to your preferred image height.
the downside is if you dont use an image cache preset scaling the height of the images your vertical images will stick out below the horizontal images. (this is probably why its set up the way it is)
I set the height to 500 and image cache to scale 400x400. Scale and crop would work best as all the images would be the same shape...
Done!
Comment #3
rashad612 commentedDo not modify the original
spacegallery.cssin the module. Instead, copy it to your theme and include it, and modify it there, so that it is overridden.Comment #4
netentropy commentedthanks for the reply. is there way to incorporate a height setting in the admin so others do not run into this