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