Skip to content

Instantly share code, notes, and snippets.

@scottkellum
Created April 30, 2012 13:13
Show Gist options
  • Save scottkellum/2558252 to your computer and use it in GitHub Desktop.
Save scottkellum/2558252 to your computer and use it in GitHub Desktop.
Untitled
@media all and (min-width: 500px) { img { background-image: url('http://tmp.pgdn.us/b.jpg'); padding-top: 100px; height: 0 }}
@media all and (min-width: 600px) { img { background-image: url('http://tmp.pgdn.us/c.jpg') }}
@media all and (min-width: 700px) { img { background-image: url('http://tmp.pgdn.us/d.jpg') }}
@media all and (min-width: 800px) { img { background-image: url('http://tmp.pgdn.us/e.jpg') }}
@media all and (min-width: 900px) { img { background-image: url('http://tmp.pgdn.us/f.jpg') }}
<img src="http://tmp.pgdn.us/a.jpg" alt="" width="100" height="100" />
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment