Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<script>
onload = function() {
var width = document.querySelector("img").width;
window.parent.postMessage({status: "postmortem",
width}, "*");
};
</script>
<img src="image-20px.png">