Enlarge Featured WordPress Images
I plan to use Wordpress AMP, but this plan has not been realized because the largest image in all posts that have been published is only 640 x 360 px while for AMP to be valid it must have a width of 1200.
There's no way I can replace them one by one because there are thousands of posts.
Is there a WordPress plugin that can enlarge featured images? or is there another way so that I can enlarge all the featured images to the size I want.
I really hope to find a solution here.
Enlarge Featured WordPress Images
I plan to use Wordpress AMP, but this plan has not been realized because the largest image in all posts that have been published is only 640 x 360 px while for AMP to be valid it must have a width of 1200.
There's no way I can replace them one by one because there are thousands of posts.
Is there a WordPress plugin that can enlarge featured images? or is there another way so that I can enlarge all the featured images to the size I want.
I really hope to find a solution here.
Share Improve this question asked Aug 17, 2019 at 13:31 R.M. RezaR.M. Reza 1417 bronze badges1 Answer
Reset to default 0There 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.