fengyuanchen / cropper

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

Set size dropbox #1001

Closed thuanl1990 closed 6 years ago

thuanl1990 commented 6 years ago

plz help me! How to write method setDropBoxData by jquery? i want custom size dropbox from form input. thank!

fengyuanchen commented 6 years ago
$('img').cropper('setDropBoxData', { 
  x: 0, 
  y: 0, 
  width: 100, 
  height: 100 
})