diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/editors/media.controller.js b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/editors/media.controller.js index fc642ff35e..63c5d1542e 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/editors/media.controller.js +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/editors/media.controller.js @@ -52,7 +52,7 @@ angular.module("umbraco") // set default size if no crop present (moved from the view) if (url.indexOf('?') == -1) { - url += "?width=800&upscale=false" + url += "?width=800&upscale=false&&animationprocessmode=false" } $scope.url = url; }