How To Stop WordPress From Creating Multiple Images?
Ravi Chahar
Customer Support Specialist || ???? WordPress Professional || Web Developer || Speaker || Social Media Marketer ??
Most of the people don't know that WordPress generates more than one images for each image you upload.
There are some media settings where WordPress picks up each size and generates the copy of the image for each setting.
Suppose you upload an image of 700*300 then WordPress will regenerate two or three more images.
You have the limited bandwidth and it's important if you stop this.
It can be done from your WordPress admin panel and if you're a little bit techie person then check the theme code.
There are a few codes in the WordPress theme functions.php file to generate the different sizes of the images.
You just have to remove those codes.