Reputation: 3
How do I automatically resize a photo from smaller to larger on upload in Wordpress? In case if i have image 500x500 and i need dimensions 700x600? I know i can resize it after i uploaded. I use Crop Thumbnails, Force Regenerate Thumbnails, Imsanity, Regenerate Thumbnails but non of this plugins not doing that on upload.
Upvotes: 0
Views: 493
Reputation: 142
It's called upscale and you generally don't want to do it. Image quality will be much worse than you expect. Better practice is to upload bigger images and downscale them. Say, for Retina screens you want 2x the size so you upload 1000x1000px images and then downscale from it using pre-defined image sizes or plugins that do resizing on the fly, like this one https://wordpress.org/plugins/fly-dynamic-image-resizer/
Upvotes: 2