[ad_1]
[ad_2]
Screenshots: https://imgur.com/a/sCKLi6O4
I have a pet project where I want to allow friends to upload pictures into the blogroll. Currently, it works, but the images are all cropped afterwards.
I have the theme set to all image sizes as a max-width of 20,000px * 20,000px, but the cropping still occurs.
Really, all I want is a simple form that allows a person to show an uncropped image.
What else do I need to change?
Thanks

Your imgur link doesn’t work
Why on earth would you want a 20K x 20K image?
WP by default will shrink (bt not crop) large images (over 2560), but you can disable that via the filter: [https://developer.wordpress.org/reference/hooks/big_image_size_threshold/](https://developer.wordpress.org/reference/hooks/big_image_size_threshold/)
You shouldn’t need images bigger than 2560.
To display uncropped/non-resized thumbnail images, use the “Full” size.
How are you displaying the images?