Keep perspective using post thumbnails
-
Is there a way to keep the perspective when using post thumbnails.
I currently have this in my functions.php
add_theme_support( 'post-thumbnails' );if ( function_exists( 'add_image_size' ) ) add_theme_support( 'post-thumbnails' ); if ( function_exists( 'add_image_size' ) ) { add_image_size( 'cat-thumb', 50, 50 ); add_image_size( 'single-post', 317, 150); }Instead of giving a height in pixels, I’d like to allow it to keep the perspective. Is there a way of doing this?
As you can see, the first page below looks ok, but the second is terrible:
http://fb1.moonworks.co/wordpress/horror/i-spit-on-your-grave-2010
http://fb1.moonworks.co/wordpress/thriller/black-swan-2010
Thanks
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘Keep perspective using post thumbnails’ is closed to new replies.