• I can’t seem to completely grok out how to size thumbnails.

    See homepage under feature area:

    http://govfresh.com

    I’d like for the thumbnails to be the same height/width (~200px), but some of them get resized non-square.

    Here’s what I have in functions:

    add_image_size( 'feature-thumb', 250, 250 );

    Tried regenerating thumbnails but that doesn’t seem to help.

Viewing 1 replies (of 1 total)
  • Try setting the crop feature:

    add_image_size( 'feature-thumb', 250, 250, true );

    You’ll have to regenerate your thumbnails again.

Viewing 1 replies (of 1 total)
  • The topic ‘Thumbnail’ is closed to new replies.