• Resolved ewoolution

    (@ewoolution)


    We are disabling the WP default behavior by adding this filter: add_filter( ‘big_image_size_threshold’, ‘__return_false’ );

    Does this potentially affect some functions of Smush?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @ewoolution ,

    The above filter disables the scaling of the image in WordPress when uploaded. Enabling or disabling it via the filter shouldn’t affect the workflow of Smush.

    Kind Regards,
    Nithin

    Thread Starter ewoolution

    (@ewoolution)

    Hey Nithin, thanks for your reply.

    Since Smush also provides an option to resize, we need to know what potentially scales first: Either WP or Smush.

    If WP scales first the images could be rename into picturename.jpg into picturename_resize.jpg. We need to avoid resizing.

    Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hello @ewoolution

    As long as you’ve disabled the native WP resizing, having deactivated the “Resize my full size images” option on Bulk Smush settings will ensure that no resizing (or renaming) is happening to the original full-size images.

    Warm regards,
    Dimitris

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘compatibility with big_image_size_threshold’ is closed to new replies.