Post thumbnail resizing issues
-
Hi. I am having issues with post thumbnails not resizing correctly to specified dimensions.
The problem is that the images don’t seem to want to match either the width or the height I have specified. The width is set to 590 pixels & the height is set to 190 pixels, yet none of the images meet these dimensions.
Here is a test page:
https://www.matthewruddy.com/demo/
and here are the codes:
add_theme_support( 'post-thumbnails' );
add_image_size('largethumbnail',590,200,true);<?php the_post_thumbnail('largethumbnail'); ?>
Why is this and why isn’t it working correctly?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Post thumbnail resizing issues’ is closed to new replies.