Our client has started to upload image files that are around 20mb, whilst it's great to have high res, this is a little excessive for what we need.
The Umbraco media section loads the full image every time, it's a waste of resources in my mind.
So, is there an easy way to either:
1) Limit image size when a client tries to upload it
2) Resize the image once uploaded
There's ways to do this in code, but wondered if it could be done with configuration.
(Umbraco 13)