Recipe images in the home page are low res?

The recipes images in the homepage previews seems of a lower resolution than on the recipe page. They look quite blurry, did anyone else noticed this?

@Marta

Do you see the same problem in the demo as well?

Maybe you can send us a link to your website or a screenshot so we can see the problem?

1 Like

No I don’t find the same issue in the demo.
Here’s the link to my blog: https://www.martainthejar.com/

Here’s the solution to fix this problem:

  1. Install & activate My Custom Functions plugin on your website.

  2. Go to Settings > PHP Inserter and add the following code:

    /* Custom IMAGE SIZE */
    function foodica_custom_image() {
    add_image_size( ‘loop-portrait’, 360, 480, true );
    add_image_size( ‘loop-portrait-retina’, 720, 960, true );
    }
    add_action( ‘after_setup_theme’, ‘foodica_custom_image’, 20 );

Make sure to enable the code by switching to ON mode.

  1. Regenerate all your images:
    https://www.wpzoom.com/tutorial/fixing-stretched-images/

That’s all!

Thank you Pavel,
I made all the procedure but when I regenerate the thumbnails, I get this screen:

I can’t understand if it’s finished or not.
On the blog nothing changed.

This is very strange.

Could you please send us an email to hello@wpzoom.com with your admin login details, and we’ll check what’s causing this problem?