Is it possible to set the default height? I can set the default width through image_size in zp-config.php, but I see nowhere to set the height...
I basically want every image to fit within a 460 height x 610 width space. If it's a landscape-oriented image, it's default would be 610 width, and if the image is portrait, it'll have a height of 460.
just saw this hack:
http://www.zenphoto.org/support/topic.php?id=247
is this currently the only way?
The code in album.php seems to effect only thumbnails. Thumbnails I have worked out. What I need is the slide image resized to fit a specific height and width. So, I tried taking this code from your image.php instead:
`
[img][/img]" width=""
height="" />
`
I replaced your 600 with 610 and 480 with 460 (line 5&6 here) to create the box I need the images to fit in. It almost seems to do what I need, but the landscape oriented images are being cropped/stretched and distorted. Is there something I'm missing? BTW, my images have odd crops, they're all not of a similar aspect ratio... some are really long and skinny, some square. And I tried clearing out the gallery/cache folder, which had no effect.
http://federiconovelo.com/gallery/
then concept_art.
scroll to bottom, last 5 images...
four of those are distorted. The repeated one, I tried shrinking and expanding it's size for testing.
Seems to be a problem with your JoshuaInk theme? I started fresh, new db, reinstalled zenphoto, reuploaded images. Using the stock JoshuaInk theme, the same two images distort. It's two of the last three images in the concept_art section (silence01 and vivora). If I use any other theme, this doesn't happen. But I have no way of fixing the height in any other theme... that's the only functionality I'm needing to get this done.
I think I fixed it Kevito. Check out http://www.thinkdreams.com/zen_kevito and let me know what you think. I don't think you'll have to modify the zen_config either.
Thinkdreams.
Cool art by the way. My compliments to the artist.
I'll check them out if I get a chance tonight with the code you sent.
Thinkdreams.
GameDudeX.
You need to look at this. I can't figure out why it's being cropped so strangely. It's the wierdest thing I've ever seen.
Go to http://www.thinkdreams.com/zen_kevito
I've added some echo statements to help simplify the numbers being output. Might not make a whole lot of sense, but it helped me.
Other than adding "610" to the zp_conf file for image sizing, it's all stock based on joshuaink.
Hope this helps with Kevito's troubles. I've been helping too.
Here's the image.php snippet:
Bingo. Check it out at http://www.thinkdreams.com/zen_kevito
I found a way to check for the image height, and resample everything within a 610/460 boundary.
Here's the mods to the image.php (using a stock JoshuaInk):
" title="">
" title="">