diff --git a/src/Umbraco.Web/ImageCropperTemplateExtensions.cs b/src/Umbraco.Web/ImageCropperTemplateExtensions.cs index cc48a47744..27943154ea 100644 --- a/src/Umbraco.Web/ImageCropperTemplateExtensions.cs +++ b/src/Umbraco.Web/ImageCropperTemplateExtensions.cs @@ -14,6 +14,7 @@ namespace Umbraco.Web //this only takes the crop json into account public static string Crop(this IPublishedContent mediaItem, string propertyAlias, string cropAlias) { + mediaItem.HasProperty(propertyAlias); var property = mediaItem.GetPropertyValue(propertyAlias); if (string.IsNullOrEmpty(property))