It’s actually a feature, not a bug! 🙂
WordPress will use (actually image_get_intermediate_size()
function) a image already cropped if the width or the height matches the required dimension, and the required dimenssion for image editor is 900×450, EXACTLY your defined width.
A workaround will be to adjust your custom image size to 205 x 499 (a pixel smaller is enough)
OR to make the default medium size 450 by 450 ( not required to be square ).
Related Posts:
- Which filters or actions to use after a media upload and delete?
- add_image_size creating lots of images (of various sizes)
- WordPress won’t generate image sizes for certain images
- Site icons with alpha channel for self-hosted WordPress blog network
- Can I stop wordpress generating media sizes
- Original image not saving?
- Resize existing library images
- Issue with images which have no sizes available
- Images uploaded via Gutenberg image block are cropped
- Redimension thumbnail crop without creating new images
- Trigger refresh for new media manager in 3.5
- Physical organization of wordpress media library (Real Media Library plugin)
- How to generate thumbnails when needed only?
- No Thumbnails Generated
- How to Require a Minimum Image Dimension for Uploading?
- Extend Media Library
- How does WP media uploader create the 3 different sized images, and how can I duplicate it
- WordPress 3.5: Setting custom “full URL path to files” in the Media Library?
- Upload images to remote server
- Reject upload of wrong-sized images using the Media Uploader
- How to delete resized (cropped) image uploads and prevent future resizing?
- How to show all available images in WP’s media library when using the Polylang plugin?
- Give users a maximum upload capacity; limit the number of files a user can upload OR limit the number of files per upload
- Media upload finished hook
- Uploaded images don’t show in Media Library if there are special characters in IPTC Keywords
- Users can’t upload images on frontend if they haven’t got access to the wp backend
- How can I batch delete all unattached images with WP-CLI or other automated process?
- Create image formats with different qualities when uploading
- Media not actually deleted on disk when click “Permanent Delete”
- Protecting direct access to PDF and ZIP unless user logged in (without plugin)
- How to wp_upload_bits() to a sub-folder?
- How to restrict images in v3.5 Media Library modal to only those from a specific post id?
- PNG with transparent background turns black when uploaded and resized
- “Add Media” only shows “Full Size” under Attachment Display Settings
- Where do the favicons for Media Files come from
- WP 3.5 media manager – how to create a working gallery frame
- What might cause a POST to wp-admin/async-upload.php to return JSON >and< HTML?
- Is it possible to trigger some JavaScript when Media Popup is opened?
- How to call WP3.5 Media Library manager?
- Disable media library tab for non admins in uploader screen
- Settings in ‘Media > Settings’ is ignored when inserting images
- There’s a way to scale media (images) at 50%?
- How to register images uploaded via FTP in media library?
- Why are double-periods (“..”) invalid in a WordPress image filename?
- How can I speed up a slow loading media library?
- Password protect some uploaded files, so only logged-in users can view them
- What to do with unattached logos and header uploaded via native wordpress uploader?
- How to protect uploads in multisite if user is not logged in?
- Way to force media uploader use custom image size
- How to prevent upload of a multiple sizes of images
- How can I prevent uploading bmp image?
- Impose a Maximum Limit on Image height and width upload size
- Force wordpress to see uploads folder media
- Append button to WordPress Image Details modal
- Change URLs for static content
- uploading files to the uploads folder via ftp
- Add item to media library from blob or dataUrl
- Convert uploaded PNG to JPEG automatically
- How to get the image url in the input box from media library?
- Remove upload_files capability from a role but allow role to manage an avatar image
- WP3.5 Media Uploader – how to make it accept multiple images?
- Create custom tab in WordPress 5 media upload
- Restrict file uploads by extension?
- WordPress function: limit size, only jpg, jpeg, limit of uploaded files per account
- Add new media uploader at frontend for wp 3.5+
- How to Check Disk Space used by Media Library
- resize images not crop
- Trying to add filename over image in Media Browser
- How to change the image size in new Media Uploader (ie use medium vs thumbnail)
- Add suffix to filename of uploaded images
- Plugin to Import Dropbox Files into Media Folder from the Cloud [closed]
- How to link to the image editor’s Edit Image function?
- Uploading images to Media Library fails with Memory Exhausted
- How to disable WordPress Media resize different size version?
- Image uploading stuck on “crunching”
- Edit image preview is not displayed
- Add media attachment filter to custom wp.media frame
- Change the size of the image preview on the media edit page
- Uploading images: ‘ø’ get replaced with ‘ø’
- Regenerate thumbnails after upload
- Front-end Image Upload with Preview – Is this Possible in WP?
- Media library storing files in uploads not folders within in uploads
- Add select field to media uploader that adds a class to the image
- Adding a querystring to an image URL when clicking ‘insert into post’?
- Is there a limit on the number of attachments?
- How to host different file formats/types for a media attachment without creating multiple attachments?
- Media library not loading after switching the main site of multisite
- Different upload path per file type
- Resize the WP media Uploader iFrame
- Thumbnails produce unwanted gray pixels on white background [closed]
- How can I receive the image id using the media box?
- how to use media library [closed]
- wp_enqueue_media() Will not load JS on the theme
- How do I get allowed Media Library upload file extension list?
- Cannot upload .mp3 file to wordpress media
- HTTP Error when uploading files above 7mb unless using GD Image Editor
- Replacing Images in Media Library
- How to upload unknown file type?
- wordpress media library shows empty images
- add_image_size() and uploading the exact size leaves 1×1 image in uploads