Skip to content

Instantly share code, notes, and snippets.

@boostbob
Last active December 18, 2015 02:58
Show Gist options
  • Save boostbob/5714684 to your computer and use it in GitHub Desktop.
Save boostbob/5714684 to your computer and use it in GitHub Desktop.
foundation interchange example image tag
<div class="row">
<div class="large-12 columns">
<img src="http://foundation.zurb.com/docs/img/demos/interchange/smallest.jpg"
data-interchange="[http://foundation.zurb.com/docs/img/demos/interchange/smallest.jpg, (default)],
[http://foundation.zurb.com/docs/img/demos/interchange/smallest.jpg, (screen and (max-width: 568px))],
[http://foundation.zurb.com/docs/img/demos/interchange/small.jpg, (small)],
[http://foundation.zurb.com/docs/img/demos/interchange/large.jpg, (large)]">
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment