ngImageEditor
ngImageEditor copied to clipboard
Max size of the selected image
Hi, is that possible to implement the max size of the selected image? That's will be fantastic. Good plugin Thanks! :+1:
Hello,
Is limit size of selected block?
like this.(removed resize block)
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.