image-orientation-generated-content.html (270B)
1 <!DOCTYPE> 2 <head> 3 <style> 4 body { 5 border: 0px; 6 margin: 0px; 7 padding: 0px; 8 } 9 p { 10 image-orientation: from-image; 11 } 12 p:before { 13 content: url(image-exif-270-deg-flip.jpg); 14 } 15 </style> 16 </head> 17 <body> 18 <p></p> 19 </body>