Small change in order to always smush full sized images
-
The following change seems to override the default functionality and make the plugin to always smush the original too.
Is that correct? Are there any potential problems with that?
if ( $size_key == 'large' ) { $smush_full = false; }
To:
if ( $size_key == 'large' ) { $smush_full = true; }
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Small change in order to always smush full sized images’ is closed to new replies.