You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the delay, but I finally found the issue. Thanks for the detailed submission, it really helped.
In 2.4.1 someone added something to center the image on binding. This used the img's width and height. With mobile oriented images, those dimensions got mixed up in certain circumstances. I've added a helper method to get the correct dimensions.
This is an easy one to recreate you'll be happy to hear! :-)
So, I found this only happens with some images, particularly images taken with the iPhone camera.
Here's a couple:
https://www.dropbox.com/s/2exebs9ticdewe3/Speaker.jpeg?dl=1
https://www.dropbox.com/s/ckxfs89978pk6yg/IMG_2111.JPG?dl=1
Now, go to your homepage:
https://foliotek.github.io/Croppie/
Then, go down to the upload/exifjs demo, the first demo with the upload button.
Now upload either of those images. You'll see they upload but show shifted to the left, not centred.
Here's an image I grabbed from google. Notice it doesn't happen with this image:
https://www.dropbox.com/s/0r93a8m07e4juky/long.jpg?dl=1
Any ideas?
The text was updated successfully, but these errors were encountered: