Skip to content

Instantly share code, notes, and snippets.

@AndrewIngram
Created December 9, 2013 12:15
Show Gist options
  • Save AndrewIngram/7871392 to your computer and use it in GitHub Desktop.
Save AndrewIngram/7871392 to your computer and use it in GitHub Desktop.
<div data-ofs-component="responsive">
<div class="full" data-media="(min-width: 769px)">
<span data-ofs-component="picture" class="image image-panorama_a">
<!-- normal picturefill markup -->
</span>
</div>
<div class="tablet" data-media="(min-width: 481px) and (max-width : 768px)">
<span data-ofs-component="picture" class="image image-tablet_a">
<!-- normal picturefill markup -->
</span>
</div>
<div class="mobile" data-media="(max-width: 480px)">
<span data-ofs-component="picture" class="image image-mobile_a">
<!-- normal picturefill markup -->
</span>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment