Auto Resize not working with certain resolutions
-
Hi,
I have tried multiple times, but certain resolutions (or ratios) seem to prevent the plugin to resize the images (it works fine with all the rest, resizing them if they are more than 2040×2048). Compression always works.For example, it doesn’t resize:
4000 x 2901
4592 x 3448
2500 x 2500But it works with:
6000 x 4000
4000 x 2250I have added this code to prevent WP to heavily compress my images and let Smush do all the job. Could there be a conflict? Is this ok, by the way?
add_filter('jpeg_quality', function($arg){return 100;});Thanks a lot
The topic ‘Auto Resize not working with certain resolutions’ is closed to new replies.