By default WordPress auto create some image sizes, you can check it via Dashboard > Settings > Media.
For image sizes from the theme, you can check it via Appearance > Theme Editor > click on "functions.php" file on the right side > and on line 91, you will see this code:
It appears that for every uploaded image theme creates 14 versions in different sizes. How can I customize that because I don't need all of them.
Hi,
By default WordPress auto create some image sizes, you can check it via Dashboard > Settings > Media.
For image sizes from the theme, you can check it via Appearance > Theme Editor > click on "functions.php" file on the right side > and on line 91, you will see this code:
You can remove any line in all lines above to remove the image size you don't want to create in future uploads.
Best Regards,
PenciDesign