Automatically fixes the rotation of JPEG images using PHP's EXIF extension, immediately after they are uploaded to the server.
Activate the plugin through 'Plugins WordPress...
The result when I upload I get HTTP and the image does not get in Media Library...
I want solution to this issue, and after reading Dave Perrett's excellent post on EXIF Orientation values here I tried this plugin with the example test images on GitHub here..
By default with WordPress vanilla install, the images uploaded to the library and placed in post are not 'corrected and maintain their orientation.
After adding & activating the plugin, deleting the images permanently and then importing them again, I got the result.
UPDATE After testing this and many other plugins, I've confirmed that Fix Image Rotation plugin does work with 4.7.2 version of WordPress ...
Without this plugin, WordPress corrects all the generated thumbnail sizes, but leaves the original full size image sideways.
With this plugin activated, WordPress doesn't correct any of the thumbnails, so all sizes, including the original full size, are sideways...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more