array( // 'label' => __( 'Small Thumbnail', 'hoot-ubix' ), // 'width' => 315, // 'height' => 215, // 'crop' => true, // 'show_in_editor' => false, // ), // 393 x 180 (suitable for span4, calculated using logic of hybridextend_get_image_size_name fn) 'hoot-medium-thumb' => array( 'label' => __( 'Medium Thumbnail', 'hoot-ubix' ), 'width' => 420, // 240 x 183 'height' => 320, // 240 x 183 'crop' => true, 'show_in_editor' => false, ), // 393 x 180 (width is 425 instead of 420, so that 'hoot-medium-thumb' stays as default for span4. 'hoot-preview' is used for archive-medium post thumbnails) 'hoot-preview' => array( 'label' => __( 'Preview', 'hoot-ubix' ), 'width' => 425, 'height' => 550, 'crop' => false, 'show_in_editor' => false, ), // (suitable for span6, calculated using logic of hybridextend_get_image_size_name fn) 'hoot-large-thumb' => array( 'label' => __( 'Large Thumbnail', 'hoot-ubix' ), 'width' => 550, 'height' => 400, 'crop' => true, 'show_in_editor' => false, ), // 740 x 340 (suitable for span8, calculated using logic of hybridextend_get_image_size_name fn) 'hoot-wide' => array( 'label' => __( 'Wide', 'hoot-ubix' ), 'width' => 840, // 740x335 'height' => 385, // 740x335 'crop' => true, 'show_in_editor' => false, ), // 835 x 340 (suitable for span9, calculated using logic of hybridextend_get_image_size_name fn) 'hoot-extra-wide' => array( 'label' => __( 'Extra Wide', 'hoot-ubix' ), 'width' => 945, // 740x300 'height' => 385, // 740x300 'crop' => true, 'show_in_editor' => false, ), ); return $sizes; }