Verify that the “GD” php library is enabled. You can do so by adding phpinfo();
to one of your php templates and then search the result for GD
or GD Support
.
The GD library is used for image manipulation and resizing is one of those functions.
To enable GD on windows you can edit the php.ini file in your php installation and uncomment
the php_gd2.dll
extension:
; Windows Extensions
; Note that ODBC support is built in, so no dll is needed for it.
; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5)
; extension folders as well as the separate PECL DLL download (PHP 5).
; Be sure to appropriately set the extension_dir directive.
;
;extension=php_bz2.dll
;extension=php_curl.dll
;extension=php_fileinfo.dll
extension=php_gd2.dll ; <-- THIS ONE
;extension=php_gettext.dll
Related Posts:
- Attach Files Metabox
- Add “upload media” button in meta box field
- Add a Meta Box for uploading a SECOND Featured Image?
- Add metabox with media uploader in a custom post type [duplicate]
- Adding uploaded images to editor from metabox instead of default popup uploader
- WordPress media manager multiple selection output
- I need a Simple image uploader with a simple screen. WP default has too many options.
- Show how many images are attached to a post/page on compose page
- Customize WordPress Media Upload and New Media Manager Menu in add post Metabox
- How to display a custom post type’s media library inline on meta box
- Duplicate Custom Header Functionality into the post edit screen
- Setting multiple image urls using WordPress’ Media Uploader
- I’m using add_meta_box() but want to include TinyMCE editor *and* Media Uploads for each box
- WPAlchemy MediaAccess inserting media link in WP Editor instead of custom field in metabox [closed]
- How to add meta box for image upload using WordPress media uploader?
- Insert media button will always add into the same tinyMCE editor
- Saving an upload media meta box field
- How to Protect Uploads, if User is not Logged In?
- Create more Meta Boxes as needed
- Set Default Admin Screen options & Metabox Order
- How to Fix HTTP Error When Uploading Images?
- How to set default screen options?
- Trigger refresh for new media manager in 3.5
- Physical organization of wordpress media library (Real Media Library plugin)
- Passing error/warning messages from a meta box to “admin_notices”
- Extend Media Library
- Upload Multiple Files With media_handle_upload
- WordPress 3.5: Setting custom “full URL path to files” in the Media Library?
- Does WordPress have a “Form API”?
- Upload images to remote server
- Metabox with checkbox is not updating
- How to HIDE everything in PUBLISH metabox except Move to Trash & PUBLISH button
- What is the “Advanced” $context in add_meta_box?
- Removing panels (meta boxes) in the Block Editor
- Change The Title Of a Meta Box
- 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?
- Checking if a file is already in the Media Library
- WordPress SEO by Yoast: Hide Meta Boxes in Posts for Non-admins
- How to make open/closed and hidden/shown metaboxes status saved on a per-post basis?
- How To Remove The “+ Add New Category” Link From A Category Metabox
- Give users a maximum upload capacity; limit the number of files a user can upload OR limit the number of files per upload
- How can I create a taxonomy meta-box with search suggestions but no new terms input?
- Remove the Featured Image Meta Box
- Remove the Yoast SEO Post Metabox [closed]
- Best practices for meta box placement?
- Creating a metabox to upload multiple images
- How Does WordPress Remember Metabox Positions?
- Sample code for validating custom metabox?
- 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?
- Post custom metabox textarea using wp_editor
- How to Add Reminders/Notes to New Post Meta Boxes
- How do I get attachment_id?
- Removing Metabox for “Slug” without removing functionality
- Which filters or actions to use after a media upload and delete?
- How to reorder meta box position?
- Prevent sorting and dragging of specific postbox metabox
- Custom “Uploads” Dir: “Edit Image” in Media Library broken
- Uploading Images to Media Library via wp_handle_sideload() fails
- One metabox for multiple post types
- Media not actually deleted on disk when click “Permanent Delete”
- How do I position meta_box on post edit screen after the title?
- Protecting direct access to PDF and ZIP unless user logged in (without plugin)
- How to wp_upload_bits() to a sub-folder?
- How to get attachment id as soon as it is uploaded through media uploader in jquery?
- Change Media Uploader default directory
- How to add a class to meta box
- How to restrict images in v3.5 Media Library modal to only those from a specific post id?
- How to hide media uploads by other users in the Media menu?
- How to upload an image in the plugin’s options page
- How to get the image EXIF date/time and use it for the WP post date/time
- “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
- Has anyone successfully integrated qtranslate with custom metaboxes?
- Put the media uploader in a metabox
- What might cause a POST to wp-admin/async-upload.php to return JSON >and< HTML?
- Limit Media Library to Given Folder
- Custom Meta Boxes: multiple fields within a repeatable field
- 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
- Removing meta boxes: remove-meta_box() or unset()?
- Upload multiple images in a custom metabox
- Creating a metabox to upload multiple images, Ignoring The Featured Image
- Save checkbox value in metabox
- media_sideload_image file name?
- How to force Media manager to overwrite files of same name?
- How to register images uploaded via FTP in media library?
- How to group meta boxes on the post edit page
- Use meta box drag and drop to order items independently
- inside a metabox
- Add Meta box Befoure Post Title
- How to upload images manually to wordpress?
- Hiding a theme’s meta box
- Why are double-periods (“..”) invalid in a WordPress image filename?
- Metabox date month number to word