Last active
December 18, 2015 02:58
-
-
Save boostbob/5714684 to your computer and use it in GitHub Desktop.
foundation interchange example image tag
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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