fengyuanchen / cropper

⚠️ [Deprecated] No longer maintained, please use https://github.com/fengyuanchen/jquery-cropper
MIT License
7.75k stars 1.74k forks source link

dragCrop: false is not works on latest version #925

Closed LonerKO closed 7 years ago

LonerKO commented 7 years ago

$('.cropper-example-1 > img').cropper({ aspectRatio: 16 / 9, autoCropArea: 0.65, strict: false, guides: false, highlight: false, dragCrop: false, cropBoxMovable: false, cropBoxResizable: false }); version 1.0 - works perfect latest version - not works. I can still create a new crop.

fengyuanchen commented 7 years ago

The old dragCrop option had renamed to dragMode as of v2.0.0.