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