-
Notifications
You must be signed in to change notification settings - Fork 20
Images doesn't display as per orientation #9
Comments
This works for me, are you sure this isn't a CORS error? (It did not work until I enabled cross-origin resource sharing with a chrome extension ; without it the library can't load the images for their EXIF data). See https://guarded-fortress-80210.herokuapp.com/ for my repro. |
Hi |
Hi, |
Just like @emresebat I also had this issue with Amazon S3 (any cross-origin image source really). After some googling found out why only Chrome has this issue, even after setting CORS correctly on Amazon: The simple solution seems to be to set I can imagine this "fix" could be coded into the library since this issue is very much related to the way exif-js works ( issue here ). |
Have you found solution for this? |
Hi @MilePaor , we decided to use "blueimp-load-image" with { orientation:true } config. |
I am loading the images from server. For testing purpose few images are uploaded.
Checked on chrome and mozilla but doesn't seem to work.
For demo purpose the url of images are hardcoded with different orientations.
Below is the output
Output of all images should look like shown below.
The text was updated successfully, but these errors were encountered: