array( 'label' => __( 'Small Preview', 'hoot' ), 'width' => 315, 'height' => 230, 'crop' => true, 'show_in_editor' => false, ), // 390 x 180 'hoot-large-mosaic' => array( 'label' => __( 'Large Mosaic', 'hoot' ), 'width' => 390, 'height' => 180, 'crop' => true, 'show_in_editor' => false, ), // 835 x 340 'hoot-archive-wide' => array( 'label' => __( 'Wide Archive', 'hoot' ), 'width' => 945, 'height' => 385, 'crop' => true, 'show_in_editor' => false, ), // 740 x 340 'hoot-archive-narrow' => array( 'label' => __( 'Narrow Archive', 'hoot' ), 'width' => 840, 'height' => 385, 'crop' => true, 'show_in_editor' => false, ), ); return $sizes; }