juszczec

Results 1 comments of juszczec

When I changed the first callback to: function(image) { alert("resize success"); var htmlToAppend = ''; $('#scaled').append(htmlToAppend); } I got a scaled image to appear. So, the image is scaling but...