Skip to content

Instantly share code, notes, and snippets.

@markbrown4
Last active September 24, 2015 03:10
Show Gist options
  • Select an option

  • Save markbrown4/41021dc3d62a42a57196 to your computer and use it in GitHub Desktop.

Select an option

Save markbrown4/41021dc3d62a42a57196 to your computer and use it in GitHub Desktop.
image_rotation
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style>
img { image-orientation: from-image }
</style>
</head>
<body>
<img src="https://dl.dropboxusercontent.com/s/tlme90ucn0hnps5/snakes.jpeg" />
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment