Opened 10 months ago
Last modified 6 weeks ago
#21294 new enhancement
Introduce zoom-crop in Media image handling
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Media | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | matt@… |
Description
Please could the wordpress image handling introduce support for a zoom crop of images smaller than specified file sizes.
Change History (9)
comment:1
TwoThirdsWater — 10 months ago
- Component changed from General to Media
comment:2
cramdesign — 10 months ago
- Cc matt@… added
comment:3
markoheijnen — 6 weeks ago
- Keywords close reporter-feedback added
comment:4
TwoThirdsWater — 6 weeks ago
If you upload a small image, then request a larger file format (as specified using add_image_size) Wordpress will return a larger image, but not cropped to the ratio specified in add_image_size. As I understand it wordpress does not currently support 'zoom and crop'. This would be a useful function as the current set up can break layouts by returning incorrectly shaped images.
comment:5
markoheijnen — 6 weeks ago
- Keywords close reporter-feedback removed
comment:6
TwoThirdsWater — 6 weeks ago
At the risk of stating the obvious, a solution would be to enable Wordpress to upscale, or at least add it as a configurable option. Whilst I understand all the arguments about loss of quality, this would be a valuable addition to the image handling set up (and not a hard one to achieve).
comment:7
markoheijnen — 6 weeks ago
You can already enable it by using the link mentioned in that ticket: http://wordpress.org/support/topic/wp-351-wp-image-editor-scaling-up-images-does-not-work?replies=3.
comment:8
TwoThirdsWater — 6 weeks ago
Good to know. Many thanks!
comment:9
markoheijnen — 6 weeks ago
Related: #13014

What is the question here? What kind of changed do you need?