“-scaled” image size 3x greater than the original image
-
As I mentioned here, when I upload a 1,03 MB original PNG image, WordPress is creating a “-scaled” version with 3,2 MB.
This is ridiculous, insane.
What’s worse is that the “-scaled” version is placed as the official one!
That is, WordPress is making things worse!
Not to mention that this disrupts the operation of other plugins, such as Imagify, which, in its free version, it only works with images below 2.0 MB.That is, if WordPress simply did not make this mess, everything would be better.
At the same time, I can’t disable the “-scaled” version, once Disable “BIG Image” Threshold and
add_filter( 'big_image_size_threshold', '__return_false' );
are not working.
- The topic ‘“-scaled” image size 3x greater than the original image’ is closed to new replies.