Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter expat

    (@expat)

    Also where is it image in the archives?

    Plugin Author Robin Cornett

    (@littlerchicken)

    Since this plugin relies on the image ID created by WordPress, it does not look like it would be compatible with the external featured image plugin.

    You can use a filter such as display_featured_image_genesis_use_large_image to force the plugin to always use a smaller featured image, as listed on the FAQ page. Within reason, you can style the image. For example, this worked on a quick test in Chrome’s Dev Tools for me:

    
    .backstretch img {
        filter: blur(5px);
    }
    

    The plugin itself has fairly minimal styling so that you can add your own in your theme without fighting the plugin.

    Archive featured images for post/content types are in the plugin settings (under Appearance). Featured images for terms such as categories and tags can be set on the term edit screen.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Integration with Nelio’s external featured image?’ is closed to new replies.