Thumbnail Crop
-
Hi all,
I can’t seem to get the featured image thumbnail to crop on my blog. I’m using this in the code…
<?php the_post_thumbnail(); ?>
and in functions.php I added this
add_theme_support('post-thumbnails'); set_post_thumbnail_size(150, 150, true);
Still it doesn’t seem to crop. What am I doing wrong?
- The topic ‘Thumbnail Crop’ is closed to new replies.