Tagged: image sizes
hello,
Uploading a test image generates some extra images in wp-content/uploads
The files are:
-120×120
-450×348
-450×450
-768×595
These aren’t in either functions.php or any of the sizes in Settings > Media Settings. I don’t know where they come from.
thanks
Hey mjadvnt,
WordPress creates some additional sizes based on the size of the image you upload and wp_calculate_image_sizes, such as 768px wide with no height limit.
Read more here: https://make.wordpress.org/core/2015/11/10/responsive-images-in-wordpress-4-4/
Best regards,
Mike
The 768 PX…
“A new default intermediate size, medium_large, has been added to better take advantage of responsive image support.”
Must be for tablets? Kept off Media Settings so people don’t mess with it I suppose.
No mention in the article about the 450 PX non square size. Although after installing the Simple Image Sizes plugin just now the name comes up (in Media Settings) as shop_single_size.
I have disabled the Enfold sizes in functions by putting the width & height values to 0 in Simple Image Sizes. I’m not sure at this stage if or why I will need those, but it brings in a lot of images on upload. The Slider sizes I might want, but then these types of images would always crop off a lot of the image, and probably need me to hand crop each image to get the piece I want.
Thanks again Mike!
sure thing