From d6d945a96eb8754316f3cc1fb0d42c6919009697 Mon Sep 17 00:00:00 2001 From: Niels Hartvig Date: Wed, 10 Feb 2016 15:46:18 +0100 Subject: [PATCH] Adds animationprocessmode=false to avoid issues with anim gifs --- .../src/views/propertyeditors/grid/editors/media.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }