WordPress 7.1 brings a newer media-editing experience with one modal for crop, rotation, flip, zoom, and metadata changes. Related work also allows selected image processing to happen in the browser before the upload is completed on the server.
Why it matters
Editors get a clearer workflow instead of an operation split across older screens. Device-side processing can reduce server work and improve the experience for some files, which matters when a content team uploads images every day from different devices.
Browsers, phones, and available memory are not equal. A large image may still pressure a low-powered device, and plugins that add custom crop flows or media fields need compatibility testing. Faster processing also does not excuse missing alt text or dimensions far larger than the design requires.
Try it quickly
Test one JPEG, one PNG, and a large photo from a real phone. Crop and rotate each file, inspect output size and alt text, then simulate a failed or repeated upload. Check both the Media Library and the public page.
The full compatibility workflow is in the WordPress 7.1 upgrade guide. Source: the June 2026 developer update.