Open Riunshow opened 5 years ago
.img-div {
width: 300px;
height: 300px;
position: relative;
border: 1px solid #e5e5e5;
margin: 0 5px;
.img {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
max-width: 100%;
max-height: 100%;
}
}