• Resolved kufloyd

    (@kufloyd)


    I’m trying to upload an image to a page (adding it to media library), but it’s scaling it down significantly, lowering the image quality. The image size is around 5MB, but it’s scaling it down to 750Kb. Any idea how to prevent that scaling?

    Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter kufloyd

    (@kufloyd)

    Looks like adding this line to functions.php fixes the issue:

    add_filter( ‘big_image_size_threshold’, ‘__return_false’ );

Viewing 1 replies (of 1 total)
  • The topic ‘Images getting scaled down’ is closed to new replies.