Opened 15 years ago
Closed 10 years ago
#13014 closed enhancement (duplicate)
Missing Thumbnail Size
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | trivial | Version: | |
Component: | Media | Keywords: | |
Focuses: | Cc: |
Description
If I add an image size i.e.:
add_image_size('big', 960, 240, true);
then I'm uploading an image with 960x320px, the this new 'thumbnail' won't be generated.
So if the third parameter is true he should be compare the width and the height of the source image.
Change History (5)
Note: See
TracTickets for help on using
tickets.
Related: #21294