johannes.jarolim.com/yapb-forum

Full Version: Portrait pictures destroy archive page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Guest

Hey... first off, compliments, great plugin!

My problem is on the archive page, thumbnails of portrait pictures are restricted by width and not height, so they are too tall and then go outside the box for the post. check out http://idiocratic.net/2008/04/ to see what i mean (and excuse the filler content!!)

i've tried to follow your instructions on 'adapting templates'... but the theme i'm using doesn't have an archive.php file. yet somehow, something is calling phpThumb to display the thumbnail on the archive page!

i'm very much a beginner, so thank you for your help!

Guest

How's the style on this image go?

Also, have you played around with the phpThumb properties? You can set minimums for the dimensions and things like that .There's plenty of documentation on their website.
You could try adding in an extra config parameter...something like

PHP Code:
'w=130', [b]'h=130', [/b]'q=50' 

Cheers
Reference URL's