Activity

  • Aaron replied to the question Posted links use cropped image in the forum BuddyBoss Wall 8 years ago

    that code did not work. I changed the 200, 100 but the same cropped image shows up.

    function activity_thumb_setup() {
    add_image_size( 'bbwall-url-preview-thumb', 600, 400 );
    }
    add_action( 'after_setup_theme', 'activity_thumb_setup', 11 );