• Hey guys,

    When I put in a JPG into the media library WordPress changes the width automatically to 1200 px although the picture has 1800 px.

    How can I change that :/

    Thank you for your help!

Viewing 1 replies (of 1 total)
  • add_filter( 'big_image_size_threshold', '__return_false' );

    Add this code to the theme’s Functions.php file

    Remember to backup first

Viewing 1 replies (of 1 total)
  • The topic ‘WordPress changes dimensions?’ is closed to new replies.