Is there a way to tell browsers to honor the jpeg exif orientation?

前端 未结 7 1474
轻奢々
轻奢々 2020-11-30 02:12

I know that the automatic rotation of JPG files is disabled in browsers.

They can not enable it because it would break the layout of some websites.

Is there

7条回答
  •  抹茶落季
    2020-11-30 02:45

    Use https://github.com/blueimp/JavaScript-Load-Image

    It includes a demo index.html file that can load an image and display it correctly with the correct rotation applied.

提交回复
热议问题