Featured Image size
-
Hi all,
I’ve got a question regarding the Featured Image. It seems when I add a featured image to a post, it’s automatically being cropped. The original picture is 1500×1500 and it’s being cropped to 750×310. I want my featured image to be 750×750 on all posts, but can’t figure out what I have to change to get this. I’ve found the following code in the Theme Functions php:
// Cropping the images to different sizes to be used in the theme
add_image_size( ‘explore-featured-blog-medium’, 270, 270, true );
add_image_size( ‘explore-featured’, 750, 310, true);
add_image_size( ‘explore-services’, 360, 240, true );Changing 310 to 750 does not fix the problem. I’m assuming that there is a height/width % that I’m missing somewhere in the code that must be changed. Any help is appreciated.
Thanks
The topic ‘Featured Image size’ is closed to new replies.
