Original Image – Disable Scale – No longer working
-
In reference to this thread: https://www.ads-software.com/support/topic/remove-original-images-3/
The problem is: When I have Resize larger images checked in the settings, and then also have the Disable Big Image code installed (see below), Imagify creates 2 images: an Original image file unchanged + Scaled image file that is sized as the Resize larger images max pixel size settings.
The way this should be working is: No scaled image is created and the Original image is set as the Resize larger images max pixel size settings.
Rather than the scaled image not being created and my original image being resized: The scaled image is being created using the Resize lager image max pixel settings, and the original image is being left alone. It looks like the process is REVERSED. Scaled should not be created. Original should be resized.
add_filter( 'big_image_size_threshold', '__return_false' );
This is no longer working. I have tested it on a few sites. I can confirm this filter code works without Imagify and works properly with other compression plugins like Shortpixel.
- You must be logged in to reply to this topic.