image-orientation-background-image.html (604B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Images Module Level 3: image-orientation does apply to background-image</title> 4 <link rel="author" title="Cameron McCormack" href="mailto:cam@mcc.id.au"> 5 <link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation"> 6 <link rel="match" href="reference/image-orientation-background-image-ref.html"> 7 <meta name=fuzzy content="0-3;0-50"> 8 <style> 9 div { width: 100px; height: 50px; background-image: url(support/exif-orientation-2-ur.jpg); } 10 .no-orient { image-orientation: none; } 11 </style> 12 <div></div> 13 <div class="no-orient"></div>