<div class="box"> <img src="img/2222.jpg" /> </div>
.box {
position: relative;
100%;
height: 0;
padding-bottom: 100%;
}
.box img {
position: absolute;
top: 0;
left: 0;
100%;
height: 100%;
}
<div class="box"> <img src="img/2222.jpg" /> </div>
.box {
position: relative;
100%;
height: 0;
padding-bottom: 100%;
}
.box img {
position: absolute;
top: 0;
left: 0;
100%;
height: 100%;
}