Disabling Big Image Threshold?
-
Hello,
I am having a major issues uploading large images to my media library.
The image dimensions are 2240 x 1000 and WordPress keeps automatically resizing it to 1920 x 857.
I really need this to not happen because it is causing my slider image to be unacceptably blurry. Is there a way to turn this off?
I’ve tried adding a hook to my functions file
add_filter( 'big_image_size_threshold', '__return_false' );and uploading the image through FTP. When I upload via FTP the image is successfully uploaded but I do not see it in my library.Any ideas?
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Disabling Big Image Threshold?’ is closed to new replies.