• Hello all

    I am currently trialing the Florence theme from web2feel, and I am wondering if anyone has a solution to this problem.

    The Theme includes the code below to pull images from the Media db selected as thumbnails in post page and use them on the home page and on the slider at the top.

    if ( function_exists( ‘add_theme_support’ ) ) { // Added in 2.9
    add_theme_support( ‘post-thumbnails’ );
    add_image_size( ‘flr_slider’, 640, 220, true );
    add_image_size( ‘flr_home’, 360, 150, true );

    This works well, however I am using nextgen gallery to store my images and when I select the images from the Next-gen as a thumbnail they don’t resize to fit the slider and home box they just say as small thumbnails.

    Any suggestions would be appreciated.

    Regards

    Kiff

  • The topic ‘[Plugin: NextGEN Gallery] Thumbnails on Themes’ is closed to new replies.