Skip to content

Instantly share code, notes, and snippets.

@adamledwards
Last active November 23, 2015 11:58
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 adamledwards/1322e272a7e226492d05 to your computer and use it in GitHub Desktop.
Save adamledwards/1322e272a7e226492d05 to your computer and use it in GitHub Desktop.
<!-- OLD -->
<picture>
<!--[if IE 9]><video style="display: none;"><![endif]-->
<source media="(min-width: 1000px)" srcset="/images/product-listing/classic_shirt_hover_desktop@x2.jpg">
<!--[if IE 9]></video><![endif]-->
<img class="ProductListItem-imageHover" src="" alt="">
</picture>
<!-- END OLD -->
<!-- NEW -->
<img class='ProductListItem-imageHover js-imageDocReady' data-srcset='/images/product-listing/informalist_shirt_hover_desktop@x2.jpg' alt=''>
<!-- END NEW -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment