“-scaled.jpg” innecesary sufix and added 2 image sizes
-
I have hundreds of images and since the update of WordPress 5.3 I added 3 additional image sizes that I consider unnecessary, one of them creates a copy of the larger image with the suffix “-scaled.jpg” and two others.
1536×1536: 1536×1536 pixels (proportionally resized to fit inside dimensions)
2048×2048: 2048×2048 pixels (proportionally resized to fit inside dimensions)Currently there is a temporary solution adding this line in the functions.php
add_filter( ‘big_image_size_threshold’, ‘__return_false’ );
(and regenerating the images again) but we need to remove this wordpress function that creates more image sizes we do not need and adds weight to the web page
- The topic ‘“-scaled.jpg” innecesary sufix and added 2 image sizes’ is closed to new replies.