Opened 3 years ago
Last modified 6 weeks ago
#13014 new enhancement
Missing Thumbnail Size
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | Media | Version: | |
| Severity: | trivial | Keywords: | media thumbnail size |
| 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 (3)
Note: See
TracTickets for help on using
tickets.

Related: #21294