[wp-trac] [WordPress Trac] #18799: Image editor crops specific image widths

WordPress Trac wp-trac at lists.automattic.com
Wed Aug 22 11:11:01 UTC 2012


#18799: Image editor crops specific image widths
-------------------------------------+------------------------------
 Reporter:  squirreling              |       Owner:
     Type:  defect (bug)             |      Status:  new
 Priority:  normal                   |   Milestone:  Awaiting Review
Component:  Media                    |     Version:  3.2.1
 Severity:  normal                   |  Resolution:
 Keywords:  has-patch needs-testing  |
-------------------------------------+------------------------------
Changes (by nothin7):

 * cc: nothin7 (added)


Comment:

 This issue also occurs if functions.php contains the following:

 {{{ add_image_size( 'any_name', any_number, 400, true ); }}}

 In other words, it occurs if your theme adds an image size with a
 ''height'' of 400 pixels and hard crop mode enabled. But the following are
 okay:

 {{{ add_image_size( 'any_name', any_number, 400 ); }}}

 {{{ add_image_size( 'any_name', 400, any_number_except_400, true ); }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/18799#comment:6>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list