[wp-trac] [WordPress Trac] #13947: Featured image doesn't crop (was: Feautred image doesn't crop)
WordPress Trac
wp-trac at lists.automattic.com
Thu Jun 17 22:00:13 UTC 2010
#13947: Featured image doesn't crop
--------------------------+-------------------------------------------------
Reporter: bi0xid | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.0.1
Component: Media | Version: 3.0
Severity: normal | Keywords: reporter-feedback
--------------------------+-------------------------------------------------
Changes (by toscho):
* cc: toscho (added)
Comment:
As a quick fix, use:
{{{
the_post_thumbnail(
array ( 150, 150 ), // size
array ( 'class' => 'attachment-post-thumbnail' )
);
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13947#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list