tapmodo/Jcrop

boxWidth/Height fails to scale minSize error

Opened this issue · 2 comments

If boxWidth or boxHeight is set and image is downscaled, minSize fails to scale down.

With big images, minSize restriction reports with an error. Example:
1.Image is 1800px wide
2.boxWidth: 700
minSize: [210, 270]

When the crop window appears the minSize remains the same, and it fails tto scale according to boxWidth and boxHeight.

Any updates?

Nothing