• also tried adding:

    add_filter( ‘big_image_size_threshold’, ‘__return_false’ );

    to my child funtions.php and still not working

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jonathan Desrosiers

    (@desrosj)

    Hi @ozarc,

    I am sorry you are having issues with the plugin. There is not enough information here to help debug though.

    Can you detail what you are expecting to happen and what is actually happening? Can you verify you are running the latest version of WordPress? Do you have any related errors in your debug log?

    @ozarc

    Just return 0 (integer)

    add_filter( ‘big_image_size_threshold’, 0 );

    • This reply was modified 4 years, 7 months ago by ddur.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘not working’ is closed to new replies.