我正在尝试更改 wordpress 中缩略图的大小,但即使我想拉伸宽度而不是高度,它仍然保持完全正方形。我不确定为什么这不起作用。任何帮助都会很棒在我拥有的功能中
// Used for large feature (header) images.
add_image_size( 'large-feature', $custom_header_support['width'], $custom_header_support['height'], true );
// Used for featured posts if a large-feature doesn't exist.
add_image_size( 'small-feature', 500, 300 );
及以下
if ( function_exists( 'add_image_size' ) ) {
add_image_size( 'results-thumb', 70, 55, true);
}
我在哪里调用缩略图...
<?php echo the_post_thumbnail('results-thumb'); ?>
Heres the site, at the bottom in the latest results section you'll see the thumbnails.. http://limerickfc.hailstormcommerce.com/cms/