fengyuanchen / cropper

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

Problem with image size horizontal/vertial, error automatic scale container #941

Closed quanghuyhh closed 6 years ago

quanghuyhh commented 6 years ago

My config:

var configs = {
        viewMode: 1,
        movable: false,
        zoomable: false,
        rotatable: false,
        scalable: false,
}

I have input select file, but when i change file, the cropper re-render fail with nature size of image. Codepen Why? and how to fix it.

fengyuanchen commented 6 years ago
.modal-body img {
  width: 100%;
}
quanghuyhh commented 6 years ago

ok thanks you so much

2017-12-11 21:12 GMT+07:00 Chen Fengyuan notifications@github.com:

Closed #941 https://github.com/fengyuanchen/cropper/issues/941.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/fengyuanchen/cropper/issues/941#event-1381503319, or mute the thread https://github.com/notifications/unsubscribe-auth/ADqcLL6B7HD8CWLuMkjTUwE8a2UexYVwks5s_ThWgaJpZM4Q84R9 .