Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Images Module Level 3: late EXIF data is ignored</title>
<link rel="match" href="reference/image-orientation-exif-png-ref.html">
<style>
div { width: 400px; height: 400px }
div.early { background-image: url(support/F-exif-chunk-early.png)}
div.late {background-image: url(support/F-exif-late.png)}
</style>
<div class="early"></div>
<div class="late"></div>