blob: 624ca532eabf5677a765c65431f12365657dcc8f [file] [log] [blame]
<!doctype html>
<style>
img {
object-fit: scale-down;
object-position: 0 0;
}
div {
width: 1000px;
height: 1000px;
background-color: blue;
}
</style>
<div>
<img src="resources/green-400-px-square.png">
</img>
</div>