• Resolved miochat

    (@miochat)


    On my archive pages I use the featured images of posts as thumbnails.
    When using the add nextgen featured image feature, the correct images are created in ngg_featured directory. But the archive page does not display the thumbnail version but the large version (due to overflow appearing as if cropped). How to make sure the right size version is being used on ngg featured images?

    https://wordpress.org/plugins/nextgen-gallery/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor photocrati

    (@photocrati)

    @miochat – You may need to address this from your theme’s archive(s) template(s) … perhaps a link to the page might help?

    – Cais.

    Thread Starter miochat

    (@miochat)

    My theme uses the_post_thumbnail() to retrieve the featured image. For images from the media library this function retrieves the thumbnail size by default. For thumbnails to be retrieved from nag_featured I had to change it into the_post_thumbnail(‘thumbnail’) .

    Plugin Contributor photocrati

    (@photocrati)

    @miochat – That would make sense and should not cause any issues with your theme going forward … you might suggest that to the author to specify that default in their next update.

    Thanks for the update!

    – Cais.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘nextgen featured image size’ is closed to new replies.