Question about add_image_size()
First, let’s check the behavior of cropping. According to code reference: If false (default), images will be scaled, not cropped. If an array in the form of array( x_crop_position, y_crop_position ): x_crop_position accepts left, center, or right. y_crop_position accepts top, center, or bottom. Images will be cropped to the specified dimensions within the defined crop … Read more