When i upload images to the media section, my images are missing thumbnails. This is because the default MaxWidth and MaxHeight is effecting how big images are allowed to be, when resizing.
Installing the nuget package ImageProcessor.Web.Config and changing the MaxWidth and MaxHeight attributes in the processing.config to 10000 fixes that issue.
Just in case anyone else is effected by this security change.
Parameter is not valid - ImageProcessor
Hi everyone,
After updating to umbraco 7.5.
When i upload images to the media section, my images are missing thumbnails. This is because the default MaxWidth and MaxHeight is effecting how big images are allowed to be, when resizing.
Installing the nuget package ImageProcessor.Web.Config and changing the MaxWidth and MaxHeight attributes in the processing.config to 10000 fixes that issue.
Just in case anyone else is effected by this security change.
Happy coding!
is working on a reply...