Closed paulpreibisch closed 1 year ago
I was able to fix by modifying class of the modal-dialog, and making sure that the boundary of croppie was smaller than the size of the modal (400px)
/* to ensure that croppie image doesnt overflow the modal */
#puzzlePieceDialog{
overflow: hidden;
padding:10px;
}
Expected Behavior
when I bind croppie to an element, the image should be displayed inside the boundary, and the zoom slider should be in the center
Actual Behavior
when I bind, I start at a very huge zoom level, and slider is way to the right
Steps to Reproduce the Problem
Specifications