Opened 15 years ago
Closed 15 years ago
#11913 closed defect (bug) (fixed)
post thumbnail isn't using resized images
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 2.9.1 |
Component: | Post Thumbnails | Keywords: | |
Focuses: | Cc: |
Description
it seems like the new post thumbnail feature neither crops images, nor uses thumbnail images when available.
get_the_post_thumbnail() and set_post_thumbnail_size() seem to use the size of post-thumbnail, but image_downsize() only seems to understand a size of thumbnail.
this results in huge images in posts, even when the size is small.
Change History (5)
Note: See
TracTickets for help on using
tickets.
adding this code in a theme fixes the issue, in case anyone needs a temporary fix: