Created
December 7, 2015 21:03
-
-
Save yoavweiss/801c631032c8027fe8a0 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
<picture> | |
<source srcset="http://placehold.it/300.png"> | |
<img src="http://placehold.it/100.png" id=bla> | |
</picture> | |
<script> | |
(function() { | |
var img = document.getElementById("bla"); | |
img.parentNode.removeChild(img); | |
})(); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment