I am trying to crop a 1000 x 648 image to 400 x 400. I use this code in functions.php add_theme_support( 'post-thumbnails' ); add_image_size('shop-size', 400, 400, array(center,center) ); add_image_size('shop-size2',...
  • May 15, 2022
  • 0 Comments
Lately I wanted to upgrade my blog with featured images/post thumbnails. I’m using a custom theme build on the roots theme (this is not a roots theme issue, I...
  • May 7, 2022
  • 0 Comments
I’ve set up a bunch of additional image sizes in my functions.php theme file, with the crop parameter set to true. However, the images are resized but not cropped....
  • May 7, 2022
  • 0 Comments