How to limit unwanted image storage in Wordpress media downloads

iam using wordpress, and when I upload a new image, it tends to crop different sizes (thumbnail (150 * 150), medium (300 * 200), large) and saves it. For one image, it generates about 4 different images that are not commonly used. I need to limit it to only a thumbnail and an original image. how to do it.

+3
source share
1 answer

you just need to specify the value of medium and large images as 0 in the multimedia settings in wordpress.

0
source

All Articles