What method can remove proportions for image generation?
For example, I added a custom size for the image.
add_image_size('224_269', 224, 269, false); I need the images to be generated with exactly this width and height, as specified here, but when I generate images, their size is 224x173, etc.