Feature Image won't resize
-
Hi,
I’m trying to get my feature image to resize to thumbnail size which is 66 x 66. But everytime I upload a feature image, it appears as it’s original size. I have the following code in the functions.php file.add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( 66, 66, true );
How do I get the resize to work?
I’m using <?php the_post_thumbnail();?>
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Feature Image won't resize’ is closed to new replies.