• Resolved ghap

    (@ghap)


    Hi. My site is for upload image files, but there’s problem after update wordpress 5.3 version.

    Wodpress image uploader is making scaled version of Long height size images.
    For example, 700×7911 image become 227×2560 size.
    File name is always ‘original name-scaled.jpg’

    I blocked every size of auto regen thumbnails, but problem is still occuring.

    And I don’t know why, there’s new thumbnail sizes was made, too.
    1536×1536 (Custom, 1536×1536 pixel, not cropped)
    2048×2048 (Custom, 2048×2048 pixel, not cropped)

    Is there any solution for this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ghap

    (@ghap)

    Ah, I found solution…Sorry for writing!

    Added this code in wp_option.

    add_filter( ‘big_image_size_threshold’, ‘__return_false’ );

    filoumenos

    (@filoumenos)

    Hey @ghap
    Cheers!
    I have the same problem! Is this a WordPress bug? Which theme do you use?
    Should I wait for a fix?
    Best regards,
    Phil

    Thread Starter ghap

    (@ghap)

    @filoumenos

    Wordpress added big image scale on 5.3 update.

    As I replied, add

    add_filter( ‘big_image_size_threshold’, ‘__return_false’ );

    in funtions.php file of theme folder.

    Why is this not a setting via the dashboard?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Auto image scales after update wordpress 5.3’ is closed to new replies.