ngImageEditor icon indicating copy to clipboard operation
ngImageEditor copied to clipboard

Max size of the selected image

Open fenos opened this issue 11 years ago • 1 comments

Hi, is that possible to implement the max size of the selected image? That's will be fantastic. Good plugin Thanks! :+1:

fenos avatar Nov 24 '14 17:11 fenos

Hello, Is limit size of selected block? like this.(removed resize block) 2014-11-25 11 13 34 Set a enabledResizeSelector flag, if it is that you want feature.

<div
  img-src="imgSrc"
  ng-image-editor="imageEditor"
  selected="selected"
  enabled-resize-selector="enableResizeSelector">
</div>
$scope.enabledResizeSelector = false;

You can also look ngPreviewCover.

SparrowJang avatar Nov 25 '14 03:11 SparrowJang