Skip to content

Instantly share code, notes, and snippets.

@gdumitrescu
Created September 22, 2014 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gdumitrescu/28ceedf52283cd1b53ba to your computer and use it in GitHub Desktop.
Save gdumitrescu/28ceedf52283cd1b53ba to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<picture>
<source
media="(min-width: 650px)"
srcset="http://lorempixel.com/650/200/technics">
<source
media="(min-width: 480px)"
srcset="http://lorempixel.com/480/150/technics">
<img src="http://lorempixel.com/400/150/technics">
</picture>
// ----
// Sass (v3.4.4)
// Compass (v1.0.1)
// ----
img
display: block
margin: 0 auto
img {
display: block;
margin: 0 auto;
}
<picture>
<source
media="(min-width: 650px)"
srcset="http://lorempixel.com/650/200/technics">
<source
media="(min-width: 480px)"
srcset="http://lorempixel.com/480/150/technics">
<img src="http://lorempixel.com/400/150/technics">
</picture>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment