• I put the nivo-slider on this site https://teste.contraargumento.com/

    [Code moderated as per the Forum Rules. Please use the pastebin]

    But the dimensions of the generated images should be 620×280, in my functions.php looks like that:

    if ( function_exists( 'add_theme_support' ) ) {
      add_theme_support( 'post-thumbnails' );
      add_image_size( 'homethumb', 260, 304, true );
      add_image_size( 'sliderthumb', 620, 280, true );
    }

    I try to use AJAX Thumbnail Rebuild and Regenerate Thumbnails but nothing works

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Thumbnail size wrong’ is closed to new replies.