.img-wrapper {
    overflow: auto;
    height: 400px;
    background-color: blue;
    position: relative;
}

.img-wrapper > img {
    height: 200%;
    width: 200%;
    vertical-align: bottom;
}