Open julienmru opened 7 years ago
I have a small request.
I know that, by design, zoom is disabled when the image is too small, but we have a case where we'd like the user to zoom even if it will downgrade image quality.
Would it be possible?
You can use 'maxZoom' $('.image-editor').cropit({ maxZoom: 1.5, });
$('.image-editor').cropit({ maxZoom: 1.5, });
I have a small request.
I know that, by design, zoom is disabled when the image is too small, but we have a case where we'd like the user to zoom even if it will downgrade image quality.
Would it be possible?