Remove resize=600%2C410 on wp-post-image

Thank you for your theme; I’m having a great time customizing it for my needs.

Is it possible to remove the resizing of images on posts? Ideally I would like the images to be respond to the size of the container.

Here is everything you need to know about how to use images in posts. Pay close attention to “Image Settings” section.

If this is not the case then probably your uploaded images are just too small therefore the only solution here is to stretch them by using CSS but I don’t think you want to do that as it will radically affect image quality.

Thank you for your reply. I actually found the issue was in functions.php wherein the featured image was being resized. I changed it to the following and the images now display properly.

add_image_size( ‘dazzling-featured’, 730, 730, true );

Ok, we were talking about two different thing here :slight_smile: