We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e23ef commit 426b02bCopy full SHA for 426b02b
src/Umbraco.Web.UI.Client/src/common/directives/imaging/umbimagecrop.directive.js
@@ -106,7 +106,6 @@ angular.module("umbraco.directives")
106
107
//when loading an image without any crop info, we center and fit it
108
var resizeImageToEditor = function(){
109
-
110
//returns size fitting the cropper
111
var size = cropperHelper.calculateAspectRatioFit(
112
scope.dimensions.image.width,
@@ -254,7 +253,7 @@ angular.module("umbraco.directives")
254
253
var throttledResizing = _.throttle(function(){
255
resizeImageToScale(scope.dimensions.scale.current);
256
calculateCropBox();
257
- }, 300);
+ }, 100);
258
259
260
//happens when we change the scale
0 commit comments