Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
div { width: 100px; height: 50px; }
.orient { background-image: url(../support/exif-orientation-2-ur-pre-rotated.jpg); }
.no-orient { background-image: url(../support/exif-orientation-9-u.jpg); }
</style>
<div class="orient"></div>
<div class="no-orient"></div>