<div class="container"> <img src="xxx.img" alt="" /> </div>
.container { width: 100%; background: red; height: 0; padding-top: 100%; padding-bottom: 100%; } img { /* position: absolute; */ /* height: 100%; */ /* width: 100%; */ }