Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<style>
.smooth {
image-rendering: smooth;
}
</style>
</head>
<body>
<img class="smooth" src="dino.png" width="32" height="32">
<img class="smooth" src="dino.png" width="32" height="32">
<img class="smooth" src="dino.png" width="32" height="32">
</body>
</html>