Closed trstaley closed 7 years ago
Have added background borders to the demo file form.html using the following:
$('.image-editor').cropit({ imageBackground: true, imageBackgroundBorderWidth: 15 });
However, borders do not display. What am I missing?
$('#image-cropper').cropit({ use an ID "image-cropper" instead of using an image-editor class.
$('#image-cropper').cropit({
Thank you so much. My bad thinking the name could be changed. Not smart on my part.
Have added background borders to the demo file form.html using the following:
However, borders do not display. What am I missing?