[wp-trac] [WordPress Trac] #13725: add_image_size not cropping
WordPress Trac
wp-trac at lists.automattic.com
Fri Jun 4 12:59:10 UTC 2010
#13725: add_image_size not cropping
--------------------------+-------------------------------------------------
Reporter: jackreichert | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Unassigned
Component: Media | Version: 3.0
Severity: normal | Keywords:
--------------------------+-------------------------------------------------
According to wp-includes/ media.php it would look like the function is
supposed to crop. However when used:
{{{
add_image_size( 'thumb', 110, 110, true );
}}}
in functions.php
and
{{{
<?php the_post_thumbnail('thumb'); ?>
}}}
in the theme
It does not. (see attached)
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13725>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list