84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
有个需求是:把带exif orientation的图片旋转到正确的方向,并显示在img标签里。
现在发现iOS的浏览器会自动旋转(如果我再旋转,就错了),而我手上的安卓都不会自动旋转。如果只是判断设备是安卓还是iOS没问题,但是怕某些安卓会自动旋转,这就麻烦了
最好是能做css hack,因为我旋转用的是css3的,不过js hack也行。
人生最曼妙的风景,竟是内心的淡定与从容!
http://caniuse.com/#feat=css-image-orientation
你可以在这个页面查到浏览器对于css的image-orientation: from-image的支持情况
image-orientation: from-image
http://caniuse.com/#feat=css-image-orientation
你可以在这个页面查到浏览器对于css的
image-orientation: from-image
的支持情况