• Resolved alicat1234

    (@alicat1234)


    My last two featured images are cut off on my front page and I’m not sure why that’s happening.I haven’t changed anything.
    The previous featured images show up resized for the front page but not cut off. I’m looking to maintain that.
    Any idea what changed or what I can do about it?
    http://www.thewanderersproject.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author acosmin

    (@acosmin)

    You can open functions.php and find these lines:

    set_post_thumbnail_size( 600, 400, true );
    add_image_size( 'ac-post-thumbnail', 600, 400, true );

    Change with:

    set_post_thumbnail_size( 600, 400 );
    add_image_size( 'ac-post-thumbnail', 600 );

    After that you might want to use this plugin Regenerate Thumbnails.

    Thread Starter alicat1234

    (@alicat1234)

    Thanks!
    That worked!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Featured Image Problems’ is closed to new replies.