We have the fallback_intermediate_image_sizes
filter within wp_generate_attachment_metadata()
:
**
* Filters the image sizes generated for non-image mime types.
*
* @since 4.7.0
*
* @param string[] $fallback_sizes An array of image size names.
* @param array $metadata Current attachment metadata.
*/
$fallback_sizes = apply_filters( 'fallback_intermediate_image_sizes', $fallback_sizes, $metadata );
where the default sizes are:
$fallback_sizes = array(
'thumbnail',
'medium',
'large',
);
See core ticket #39231.
Related Posts:
- Where do the favicons for Media Files come from
- Is It Possible to Upload Certain Attachment Files To A Remote Server
- A link (not in the post) to download a specific PDF file
- Thumbnail images missing in WP media library
- Trigger refresh for new media manager in 3.5
- Physical organization of wordpress media library (Real Media Library plugin)
- Extend Media Library
- WordPress 3.5: Setting custom “full URL path to files” in the Media Library?
- 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
- Media not actually deleted on disk when click “Permanent Delete”
- How to wp_upload_bits() to a sub-folder?
- 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
- Password protect some uploaded files, so only logged-in users can view them
- How to protect uploads in multisite if user is not logged in?
- Change URLs for static content
- uploading files to the uploads folder via ftp
- 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
- Create custom tab in WordPress 5 media upload
- How to Check Disk Space used by Media Library
- How to change the image size in new Media Uploader (ie use medium vs thumbnail)
- Image uploading stuck on “crunching”
- Add media attachment filter to custom wp.media frame
- Change the size of the image preview on the media edit page
- Saving WordPress generated thumbnails in a subdirectory
- Add select field to media uploader that adds a class to the image
- Thumbnails produce unwanted gray pixels on white background [closed]
- wp_enqueue_media() Will not load JS on the theme
- How do I get allowed Media Library upload file extension list?
- How to upload unknown file type?
- Allow only attachment uploaded to current post
- PDF file upload issue
- Use custom image size in admin panel
- Display attachments by the ID of the post being edited in the wp.media frame (frontend)
- Update image via WP REST API
- Media Library does not show the uploaded image
- Attach Thumbnail Generated from Video Upload as Featured Image for the Video
- move_uploaded_file() not working on wordpress front end
- How to get the return value of wp.media({ frame: ‘post’ }) in all cases?
- Uploading .mp3 files http error – 2 “exact” files one successful other fails
- WordPress Uploads Directory not using dates in links
- WordPress Media Library showing wrong preview size?
- Original image not saving?
- Restrict role to view own media
- Multi Upload In Theme Options
- How to load attachment in media library for current user?
- How To Watermark Audio
- How to upload media to specific year/month folder
- upload_max_filesize is set to 64 MB already but WordPress is still showing 2 MB
- Storing WordPress Media Library Uploaded files onto a separate domain
- PHP error when trying to upload .mp3 files via Media Library [closed]
- Issue with images which have no sizes available
- Migrating media files (documents only) to a fresh install and maintaining the same directory structure
- WordPress media upload issue could not insert attachment into the database
- get_attached_file returns wrong path after changing media upload dir
- Open Media Uploader Link in single post or page
- WordPress Thumbnail compression depends on the server?
- Remove Media File Items From Server That Do Not Exist in Media Library
- Upload PDF and other files from the Front-End
- What if I have a large file on the server that I want the wp library to have?
- How to remove a tab in Media Upload page in wordpress
- Using WP-CLI “wp media import” to sync files to the media library
- Hide media library images from other roles uploaded by admin
- Efficient way to move media folder to another folder
- Make inline uploader (plupload) on options page upload to a specific folder
- How Do I Change the File Permission For Uploaded Files in WordPress?
- unsharp thumbnails after uploading image
- image not display in media library and thumbnail not display in post
- Media Library: Remove replace images of selected author
- What is wrong with my wp_insert_attachment code?
- Adding attachment custom field metadata to TinyMCE tag
- Editor User Role can’t see other users media
- How to upload multiple images using WP rest API to media?
- Using Gravity Forms to upload media into library, then attach to post
- Media import failed in the WordPress importer
- Import all media referenced in posts
- Organizing the Media Library for Cleanup
- Allow author to upload image via Media button without plugin
- Insert media while posting is not working with new wordpress update
- How to configure WordPress to create thumbnails
- My deleted media exists jet
- Exclude some photos in media library
- Failed to load resource at admin screen
- Media uploader & manager: add/remove class on image with checkbox
- wordpress 3.6 media manager cropping timestamp
- Image uploaded in media library, can only see it when I using the WP Edit Image feature. 404 when trying to view in browser
- Automatically adding images to a certain page through the Media Uploader
- Host Images from Link
- Add frontend editor with media buttons for Visitors and display only their media
- Retroactively change Permalinks for media files after disabling year/month format
- How can comments be turned off for media attachments on WordPress?
- Question regarding the file path for media_sideload_image and wp_upload_dir()
- How do I restore attachment from files in wp-upload
- Image in binary in the data to WordPress media library