I'm going crazy – featured images always get cropped
-
No matter what I do, I can’t get the featured images of my blog posts to just be the size they are – they keep getting cropped down. It’s so frustrating, can someone tell me how I can stop this?
I have a child theme already, so I’m trying to figure out what code is needed to change this ?? I’m going crazy.
I don’t know how to override the parent functions.php for that one section of code below (I get an error when I leave both in the files).What’s causing this in the default 2013 theme?
Thank you!
I think it’s involving this:
* This theme uses a custom image size for featured images, displayed on
* “standard” posts and pages.
*/
add_theme_support( ‘post-thumbnails’ );
set_post_thumbnail_size( 604, 270, true );
- The topic ‘I'm going crazy – featured images always get cropped’ is closed to new replies.