Skip to content

Instantly share code, notes, and snippets.

@oilvier
Created June 25, 2014 15:24
Show Gist options
  • Save oilvier/6f0e27976fed253a89d0 to your computer and use it in GitHub Desktop.
Save oilvier/6f0e27976fed253a89d0 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Test</title>
<script type='text/javascript' src='http://code.jquery.com/jquery-git2.js'></script>
<link rel="stylesheet" type="text/css" href="/css/result-light.css">
<script type='text/javascript' src="http://scottjehl.github.io/picturefill/dist/picturefill.js"></script>
</head>
<body>
<img sizes="(max-width: 800px) 200px, 300px"
srcset="http://placehold.it/200x200/000000/FFFFFF.png 200w, http://placehold.it/300x300/B5B5B5/FFFFFF.png 300w" alt="">
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment