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

rashad612’s picture

Are you using imagecache ? Did you manipulate perspective height ??

Zig’s picture

Have 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.

#space-gallery {
	width: 100%;
	height: 300px;   

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!

rashad612’s picture

Do not modify the original spacegallery.css in the module. Instead, copy it to your theme and include it, and modify it there, so that it is overridden.

netentropy’s picture

thanks for the reply. is there way to incorporate a height setting in the admin so others do not run into this