• Resolved TJ

    (@tjc19999)


    I have this code in my theme’s functions.php file

    set_post_thumbnail_size( 125, 125, true ); // Default size
    add_image_size( 'single-post-thumbnail', 368, 206, true ); // Single post
    add_image_size( 'motorcoach', 368, 206, true ); // Motorcoach post
    add_image_size( 'homepage_sliders', 858, 300, true ); // Homepage Sliders
    add_image_size( 'homepage_dest', 150, 150, true ); // Homepage Destination Feature

    Ever since yesterday it seems that this code is no longer working.

    I updated NextGen-Gallery and a couple other plugins…I tried to disable my plugins that were recently updated but that didn’t change anything. Does anyone know what I might be able to do to troubleshoot this issue?

  • The topic ‘Media Upload/hard-cropping not adding default & custom sizes’ is closed to new replies.