• Resolved rinart73

    (@rinart73)


    Good day.
    By default “neve-blog” image size is used for both post list thumbnails and featured image on single post page. Hovewer it doesn’t really work in my case. I have a very simple post list and I need small thumbnails for it (400×300), so having big images is not efficient. But I still want the featured image on single post page to be big.

    After taking a look at Neve code I realised that there is no simple way to tell the theme ‘use “neve-blog” image size for single featured image but “post-thumbnail” image size for thumbnails’.

    Could you perhaps add filters in “inc\views\post_layout.php” and “inc\views\template_parts.php” that would allow to override image size?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @rinart73!

    Thanks for choosing Neve!

    The thumbnail and the featured image sizes are not connected, they have different sizes that can’t be changed using the theme options. The thumbnail size is smaller than the featured image by default, as you can see here and here, so I am not sure I understand what exactly is the issue. If you are trying to change the default image size, unfortunately this is not possible using the options from the theme and it would require some custom code that we do not provide.

    Thanks for understanding and have a nice day!

    Hi @rinart73,

    Changing the image size on the blog page and single post layout can be done with a child theme, a code snippet, and then by regenerating the thumbnails with a dedicated plugin. Here is a guide that should help with it – https://docs.themeisle.com/article/1269-how-to-change-image-size-in-neve.

    Best regards,
    Stefan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Different image size for post list and single post’ is closed to new replies.