WordPress doesn’t apply rotation to iPhone images

When I upload iPhone images to my WordPress site the images taken with an iPhone rotates wrong. On my computer the rotation is correct but when uploading it the rotation gets wrong.

Any ideas?

Read More

Update: The WordPress UI rotation tool isn’t an option because it relies on me inserting the image to a post, which I’m not doing.

Related posts

Leave a Reply

4 comments

  1. Many cameras store the orientation (portrait or landscape) in the EXIF metadata of the image file. The actual pixel data is not rotated, but the metadata contains the information necessary for the viewing program to display it correctly.

    WordPress seems to apply the rotation to resized versions, but ignore it for the full size images. There is a plugin that takes care of this problem: Image Rotation Repair (I haven’t used this myself, though).

    Note: This will only apply to images that are uploaded to and processed by WordPress, not to images linked from a different location via URL.