#13725 closed defect (bug) (duplicate)
add_image_size not cropping
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0 |
Component: | Media | Keywords: | |
Focuses: | Cc: |
Description
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)
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
thumbnail that was not cropped