• Hi–I am starting to set up a WordPress site for a friend, and I need to have large, HQ images on there for people to see. And of course, the auto-scaling feature is killing me.

    How do I disable so I can have HUGE images on my WP site?

    Thanks!

Viewing 1 replies (of 1 total)
  • Hi Drosgrove,

    If you add this line of code:
    add_filter( 'big_image_size_threshold', '__return_false' );

    To your functions.php file in your theme, it will disable this feature. It was introduced in WordPress 5.3…

Viewing 1 replies (of 1 total)
  • The topic ‘I need to disable mandatory image scaling’ is closed to new replies.