There is a plugin called Bulk Resize Media that might be able to do this for you, but I am not sure I would recommend doing that.
Bulk resizing images to a SMALLER size is hardly ever a problem. Images are easily compressed without degradation. They are compressed by removing every Nth pixel, which the human eye rarely notices. (I know, greatly over simplified)
Making images LARGER, by contrast, requires “best guess” technology to replace the missing pixels with various calculations, based on the next closest pixels. (again… greatly over simplified) This usually results is severely degraded image quality.
I would only recommend using this plugin if you have no other choice. It would be better to modify the theme (or create a Child theme) to accept your existing images, and only display NEW images at the higher resolution.
Related Posts:
- Each custom image size in custom upload directory?
- How to automatically add rounded corners to thumbnails?
- Is there a simple way to just insert a link to an image (without inserting an image)?
- Watermarking Images with WordPress with WP_Image_Editor
- Get attachment/image info in JS
- Auto-modifying original [full size] images
- How to limit number of images being printer out in “Set Featured Image” pop up?
- Crop image to horizontal or vertical by code based on image size
- Pasting images removes class attribute
- How can I make all gallery images to open in a new window?
- Open the attachment details modal
- Crop image without scaling or resizing with add_image_size()
- Can’t access ‘Store uploads in this folder’
- Is there a way to pull the first featured image in a loop and not all other featured images?
- How to Display Featured Image Title and ALT Attribute
- Is it possible to recover featured images after WordPress export/import
- how to stop generating different image sizes from parser
- Get an image’s alt text in a shortcode using the image URL
- Add Small Image Size to Media Settings
- Character Limit w/ Excerpt removes Images Why?
- Link to large image version instead of original?
- Adding new size for Media screen in functions.php not working
- After installing ssl certificate images won’t show
- Random Size on Featured Image
- WordPress adds extra width to post images container boxes
- Handling image uploads without thickbox
- Loose images in uploads folder
- Help With Custom Image and Text Widget
- Convert uploaded GIF to non animated image automatically
- Using SRCSET with Images and Featured Images
- How to make a gallery with dynamic images from URLs?
- Images uploaded to the media library has strange colors. However, in the edit screen the color is ok
- t5-fresh-editor-stylesheets.php breaks image placement in WP Beta 3 editor
- Find and Use an image’s caption
- wordpress post pagination with image buttons?
- Is it possible to change image size used for preview thumnail in Add Media popup
- Disable lazy loading on specific images
- Bulk Upload Image Alt Text
- Call to undefined function wp_generate_attachment_metadata()
- the_post_thumbnail(‘medium’) setting some images width=1 height=1
- Help with resizing of featured images on WooCommerce homepage
- Height and width attribute not setting by the_post_thumbnail
- NextGEN Conditional Statement [closed]
- Why WordPress suddenly changed sizes of thumbnails?
- All Images not calling alt text
- WordPress Featured Image meta box not showing
- Number of Style for Image Added into Post
- Can we use featured image as third party website image URL
- the_content not showing responsive image attributes srcset or sizes
- add_image_size not working
- Inserting image into post with different image size
- How to remove the images from “Uploaded to this post”?
- For a complete backup, is it enough to copy htdocs and export database?
- Image “description” and SEO within WP
- Photos automatically uploaded to Media Library
- Failed to load resource:404 image
- Place image caption outside of figure tag (Gutenburg Image Markup)
- Family collaboration to identify ancestors on pictures
- Featured image not shown in header
- Crop tool do not work
- Profile image does not upload
- Responsive header image
- How to display the Media Library Items Upload date
- Auto Generate Thumbnail
- Images not loading on webpage, and links to other media give 404 Not Found
- Loading and Referencing Images
- An error has occurred during the upload process in wordpress version 5.3.2
- ALT attribute in menu images
- File upload size limit in wordpress and php.ini limit
- How to add php to theme to show alt attributes
- Display Title/Description/Caption of custom images on homepage
- Blank image thumbnails in media library
- Getting extra image links in code with wp_get_attachment_image
- featured image in custom poste type (backend)
- Image Uploader Doesn’t Open Modal in Widget
- Dinamically modifying attributes of images on posts
- Run command to optimize images after they get uploaded to WordPress
- How decrease the size of images which are present in uploads folder?
- Large size is not honoured when inserting image
- Issue uploading images
- The most of the images don’t appear, although URLs are correct
- Add two images with Sweet Testimonials
- Get images uploaded to this post in popup on editor screen
- Remove “align” attribute on images
- WordPress Images | How to get the cropped image?
- Import existing image as a single post
- How do I change a Themes Header Image?
- Some images 404
- Media Library is not loading on grid view in admin panel
- Blurry Images WordPress 5.8.1
- How can I put pictures next to each other and how can I add a location? [closed]
- How to show file size of featured image? [duplicate]
- Why are some SVG-images not visible in my footer?
- How To Get Feature Image from Blog in Same WordPress Multisite Blog on the Parent Blog?
- WPALLIMPORT Exporting images from repeater field [closed]
- What does WordPress media uploader do to image files on upload?
- Site header logo and parallax image on homepage do not display on iPhone
- image_get_intermediate_size always returns false
- Change of displayed images for webp versions
- Is is possible to append .webp to srcset images using wp_filter_content_tags()?