Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<script>
window.onload = function() {
img = document.querySelector(".animated-image")
const staticImage = new Image();
staticImage.src = img.src;
}
</script>
</head>
<body>
<img class="animated-image" src="1763581-1.sjs">
</body>
</html>