fengyuanchen / cropper

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

Missing maxHeight and maxWidth options #841

Closed zeromancer1972 closed 7 years ago

zeromancer1972 commented 7 years ago

There was an issue with that before (https://github.com/fengyuanchen/cropper/issues/816) but the opener closed it by himself, so I create a new one: It would be helpful if the cropping area could support max height and width (as it does with min height and width). Thanks - its a neat plugin!

fengyuanchen commented 7 years ago
.img-container {
  width: 480px; /* use this as the maxWidth */
  height: 480px; /* use this as the maxHeight */
}