diff --git a/src/Umbraco.Web.Common/DependencyInjection/UmbracoBuilder.ImageSharp.cs b/src/Umbraco.Web.Common/DependencyInjection/UmbracoBuilder.ImageSharp.cs index 775d36eaf5..688e18fd90 100644 --- a/src/Umbraco.Web.Common/DependencyInjection/UmbracoBuilder.ImageSharp.cs +++ b/src/Umbraco.Web.Common/DependencyInjection/UmbracoBuilder.ImageSharp.cs @@ -52,7 +52,7 @@ namespace Umbraco.Extensions .SetCache() .SetCacheHash() .AddProvider() - .ClearProcessors() // ImageSharp includes the processors by default, so we have to clear and re-add to control the order + .RemoveProcessor() // The Resize processor is added by default, so remove it to ensure that the crop processor runs first .AddProcessor() .AddProcessor() .AddProcessor()